diff --git a/abra.sh b/abra.sh index 2687a5c..2d645d5 100644 --- a/abra.sh +++ b/abra.sh @@ -35,6 +35,15 @@ customize() { done } +shell(){ + if [ -z "$1" ] + then + echo "Usage: ... shell " + exit 1 + fi + ak shell -c "$1" 2>&1 | quieten +} + import_user() { if [ -z "$1" ] then