Skip to content

Commit

Permalink
add bash script
Browse files Browse the repository at this point in the history
  • Loading branch information
norswap committed Sep 26, 2023
1 parent eed608e commit 59d6aea
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions rollop
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
#!/bin/sh

# switch to directory containing this script
# source: https://stackoverflow.com/a/17744637
cd "$(cd -P -- "$(dirname -- "$0")" && pwd -P)" || exit 1
python3 roll.py "$@"

0 comments on commit 59d6aea

Please sign in to comment.