idfk man
This commit is contained in:
+5
-3
@@ -58,13 +58,15 @@ function restore {
|
||||
# Execute the function passed as argument
|
||||
case "$1" in
|
||||
backup)
|
||||
backup
|
||||
echo "oh you wanna backup??"
|
||||
exit 1
|
||||
;;
|
||||
restore)
|
||||
restore
|
||||
echo "oh you wanna restore??"
|
||||
exit 1
|
||||
;;
|
||||
*)
|
||||
echo "Usage: $0 {backup|restore}"
|
||||
exit 1
|
||||
;;
|
||||
esac
|
||||
esac
|
||||
|
||||
Reference in New Issue
Block a user