This commit is contained in:
2026-07-27 20:14:34 -07:00
parent 04c4b33bea
commit b48e8496fd
+5 -3
View File
@@ -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