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