summaryrefslogtreecommitdiffstats
path: root/js/src/devtools/automation/autospider.sh
diff options
context:
space:
mode:
Diffstat (limited to 'js/src/devtools/automation/autospider.sh')
-rwxr-xr-xjs/src/devtools/automation/autospider.sh3
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" "$@"