tildefriends/tests/01-nop

8 lines
74 B
Bash
Executable File

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