joininbox/scripts/_commands.sh
2020-01-22 22:24:21 +00:00

10 lines
167 B
Bash

#!/bin/bash
# SHORTCUT COMMANDS for the user 'joinin' from terminal
# command: menu
# calls directly the main menu
function menu() {
cd /home/joinin
./menu.sh
}