diff options
Diffstat (limited to 'js/src/devtools/automation/autospider.sh')
-rwxr-xr-x | js/src/devtools/automation/autospider.sh | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/js/src/devtools/automation/autospider.sh b/js/src/devtools/automation/autospider.sh new file mode 100755 index 000000000..f6e302bf6 --- /dev/null +++ b/js/src/devtools/automation/autospider.sh @@ -0,0 +1,3 @@ +#!/bin/bash + +exec python2.7 "$(dirname $0)/autospider.py" "$@" |