Skip to content

Commit 6285a33

Browse files
committed
Adding a binary "roosterize" script for using as the executable in VSCode extension.
1 parent ae98067 commit 6285a33

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

bin/roosterize

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)