tildefriends/tests/01-nop
2016-03-12 18:50:43 +00:00

8 lines
71 B
Bash
Executable File

#!/bin/bash
cat > test.js << EOF
print("hi");
EOF
$SANDBOXOS test.js