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