7 lines
128 B
Text
7 lines
128 B
Text
|
|
#!/bin/sh
|
||
|
|
/usr/bin/reset
|
||
|
|
set -x
|
||
|
|
echo '' > ~/index.html # empty scene
|
||
|
|
set +x
|
||
|
|
echo "[i] terminal and 3D scene are re-initialized"
|