feat(ayo): switch case 1st arg
This commit is contained in:
parent
2bf37e482f
commit
5164625766
1 changed files with 8 additions and 3 deletions
11
ayo.sh
11
ayo.sh
|
@ -1,5 +1,10 @@
|
|||
#! /usr/bin/bash
|
||||
|
||||
echo '>>> running' $1
|
||||
|
||||
. ${HOME}/Projects/scripts/$1.sh $2 $3 $4 $5
|
||||
case $1 in
|
||||
j | journal)
|
||||
. ${HOME}/Projects/scripts/journal.sh
|
||||
;;
|
||||
c | config)
|
||||
echo 'Config script in-progress'
|
||||
;;
|
||||
esac
|
||||
|
|
Loading…
Reference in a new issue