tildefriends/tests/09-this
2016-03-12 18:50:43 +00:00

10 lines
124 B
Bash
Executable File

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