Mirror von
http://git.whoc.org.uk/git/password-manager.git
synchronisiert 2026-09-23 00:15:21 +02:00
5 Zeilen
94 B
Python
Ausführbare Datei
5 Zeilen
94 B
Python
Ausführbare Datei
#!/bin/bash
|
|
|
|
readonly CURR_DIR=$(cd "$(dirname "$0")"; pwd -P)
|
|
|
|
${CURR_DIR}/builder/main.py $@ |