3 lines
131 B
Bash
Executable file
3 lines
131 B
Bash
Executable file
#!/bin/sh
|
|
cat lib/aframe/codemirror.js > /dev/browser/js
|
|
echo '<a-entity codemirror></a-entity>' >> /dev/browser/html
|