tildefriends/tests/09-this

10 lines
127 B
Bash
Executable File

#!/bin/bash
cat > test.js << EOF
var task = new Task();
task.activate.bind(null).apply();
exit(0);
EOF
$TILDEFRIENDS test.js