tildefriends/tests/01-nop

9 lines
101 B
Bash
Executable File

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