mirror of
http://git.whoc.org.uk/git/password-manager.git
synced 2024-11-13 08:59:02 +01:00
5 lines
94 B
Plaintext
5 lines
94 B
Plaintext
|
#!/bin/bash
|
||
|
|
||
|
readonly CURR_DIR=$(cd "$(dirname "$0")"; pwd -P)
|
||
|
|
||
|
${CURR_DIR}/builder/main.py $@
|