tildefriends/tests/12-exit

11 lines
104 B
Bash

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