Rename all the scripts to start with htsw-
[htsworkflow.git] / scripts / htsw-spoolwatcher
diff --git a/scripts/htsw-spoolwatcher b/scripts/htsw-spoolwatcher
new file mode 100755 (executable)
index 0000000..b2f833e
--- /dev/null
@@ -0,0 +1,6 @@
+#!/usr/bin/env python
+import sys
+from htsworkflow.automation.spoolwatcher import main
+
+if __name__ == "__main__":
+    sys.exit(main(sys.argv[1:]))