4 lines
121 B
Bash
Executable file
4 lines
121 B
Bash
Executable file
#!/bin/sh
|
|
echo "loading drumkeyboard demo scene"
|
|
cp index.html /root/index.html
|
|
cat drumkbd.js index.js > /root/index.js
|