This commit is contained in:
2025-01-17 17:09:32 +08:00
commit d696206dc7
40 changed files with 2357 additions and 0 deletions
+4
View File
@@ -0,0 +1,4 @@
#! /usr/bin/env bash
CURDIR=$(cd $(dirname $0); pwd)
echo "$CURDIR/bin/user"
exec "$CURDIR/bin/user"