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