Add link to manual in motd

This commit is contained in:
2024-06-30 20:35:24 -04:00
parent c67d1f0c47
commit 39f7433737
2 changed files with 12 additions and 5 deletions

View File

@@ -5,6 +5,12 @@
# Don't run this script directly
[[ "${BASH_SOURCE[0]}" == "${0}" ]] && exit 0
### VARS ###
export INSTALL_DIR=/usr/local/bin
### FUNCTIONS ###
prompt() { read -r -p "Enter $1: " "$1"; }
ask_ok() {