镜像自地址
http://git.whoc.org.uk/git/password-manager.git
已同步 2025-07-02 01:24:21 +02:00
5 行
94 B
Bash
可执行文件
5 行
94 B
Bash
可执行文件
#!/bin/bash
|
|
|
|
readonly CURR_DIR=$(cd "$(dirname "$0")"; pwd -P)
|
|
|
|
${CURR_DIR}/builder/main.py $@ |