first commit
This commit is contained in:
4
invoice.sh
Executable file
4
invoice.sh
Executable file
@@ -0,0 +1,4 @@
|
||||
#!/usr/bin/env bash
|
||||
set -euo pipefail
|
||||
DIR="$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)"
|
||||
exec "$HOME/venvovi/invoicer/bin/python" "$DIR/invoicer.py" "$@"
|
||||
Reference in New Issue
Block a user