4 lines
106 B
Bash
Executable file
4 lines
106 B
Bash
Executable file
#!/bin/sh
|
|
cd $(dirname $(readlink -f $0))
|
|
echo "loading AFRAME demo scene"
|
|
cp index.html /root/index.html
|