mirror of
https://github.com/openoms/joininbox.git
synced 2026-08-15 12:50:37 +02:00
10 lines
167 B
Bash
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
|
|
}
|