We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ae98067 commit 6285a33Copy full SHA for 6285a33
bin/roosterize
@@ -0,0 +1,8 @@
1
+#!/bin/bash
2
+
3
+_DIR=$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )
4
5
6
+( cd $_DIR/../
7
+ python -m roosterize.main $@
8
+)
0 commit comments