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