summaryrefslogtreecommitdiff
path: root/jails/gubbhub/gubbshell/help
diff options
context:
space:
mode:
authorAlbert Cervin <albert@acervin.com>2023-03-19 17:18:01 +0100
committerAlbert Cervin <albert@acervin.com>2023-03-19 17:18:01 +0100
commitc6f2fd36e0a8188e1f6b2a15b292e3d0a5610ac4 (patch)
treed1c21cf0d9a2529154b33438bd91821268be5eb4 /jails/gubbhub/gubbshell/help
downloaddatagubbe-setup-main.tar.gz
datagubbe-setup-main.tar.xz
datagubbe-setup-main.zip
🎉 Initial commit of infraHEADmain
Diffstat (limited to 'jails/gubbhub/gubbshell/help')
-rw-r--r--jails/gubbhub/gubbshell/help21
1 files changed, 21 insertions, 0 deletions
diff --git a/jails/gubbhub/gubbshell/help b/jails/gubbhub/gubbshell/help
new file mode 100644
index 0000000..5ea3e62
--- /dev/null
+++ b/jails/gubbhub/gubbshell/help
@@ -0,0 +1,21 @@
+#! /usr/bin/env sh
+
+printf "Hi $(id -un) and welcome to the gubbshell 👴🐚!
+
+If you have administrative rights this shell can be used to manage repos.
+
+Commands:
+ - \033[1mcreate-repo\033[0m NAME
+ create a new repository called NAME. The command will
+ prompt for needed information. To create a repo in a group use <group>/name.
+
+ - \033[1mdelete-repo\033[0m NAME
+ delete the repository NAME. Note that this is an irreversible operation.
+
+ - \033[1mlist-repos\033[0m
+ list current repos
+
+ - \033[1medit-repo\033[0m NAME
+ edit repository information for NAME. This will open a restricted editor (nano)
+ for editing the repo-specific cgitrc file.
+"