4 lines
189 B
Bash
Executable file
4 lines
189 B
Bash
Executable file
#!/bin/sh
|
|
source /etc/profile.sh
|
|
require 'com/codemirror.js' # add <script src="com/codemirror.js"></script> to dom
|
|
echo '<a-entity codemirror grabbable></a-entity>' >> /dev/browser/html
|