c9-core/plugins/c9.ide.language.javascript..../test/run_all.sh

7 wiersze
70 B
Bash
Czysty Zwykły widok Historia

2017-01-06 10:47:08 +00:00
#!/bin/sh -e
for f in *_test.js; do
echo RUNNING $f
node $f
done