forked from cory/tildefriends
Cory McWilliams
313efbe2d6
git-svn-id: https://www.unprompted.com/svn/projects/tildefriends/trunk@3292 ed5197a5-7fde-0310-b194-c3ffbd925b24
11 lines
104 B
Bash
11 lines
104 B
Bash
#!/bin/bash
|
|
|
|
cat > blah.js << EOF
|
|
EOF
|
|
|
|
cat > test.js << EOF
|
|
require("blah");
|
|
EOF
|
|
|
|
$TILDEFRIENDS test.js
|