diff options
| author | 2025-11-30 12:27:02 +0100 | |
|---|---|---|
| committer | 2025-11-30 12:27:02 +0100 | |
| commit | c7b3f7ce4f0b56c3d69a2305c1f28d15367e2017 (patch) | |
| tree | e6c7caa3336e5ab4628d887f2914b13cc671a75b /src/init | |
| parent | 94105664367fa14540f2c85771c7fbf7c00aa131 (diff) | |
Comments
Diffstat (limited to 'src/init')
| -rwxr-xr-x | src/init | 22 |
1 files changed, 11 insertions, 11 deletions
@@ -1,13 +1,13 @@ #!/usr/bin/env fish -# load environment +# load common environment source (status dirname)/env -# -# -# function definitions -# -# +### +### +### functions +### +### function fail set_color red @@ -110,11 +110,11 @@ function setupSSH mkdir -p /var/ssh/etc/ssh/ && ssh-keygen -A -f /var/ssh end -# -# -# main -# -# +### +### +### main +### +### argparse 'g/git-uid=?' 'u/user=+' 'r/repo=+' 'h/help' 'v/version' -- $argv or exit 1; |
