4 lines
108 B
Bash
Executable file
4 lines
108 B
Bash
Executable file
#!/bin/sh
|
|
echo "loading THREE.js scene"
|
|
echo "" > /root/index.html # empty scene
|
|
cp index.js /root/index.js
|