@eshanized updated the repository 🎉 !!!

This commit is contained in:
eshanized
2024-04-16 18:23:28 +05:30
parent 64c4a4fb7e
commit 6698109b7b

View File

@@ -1,4 +1,5 @@
#!/usr/bin/bash
set -e
EXEC_TERMINAL=bash
@@ -6,7 +7,7 @@ EXEC_TERMINAL=bash
usage() {
echo "Usage: ${0##*/} [cmd]"
echo ' -s [shell] Change shell to [shell]'
echo ' -h This help'
echo ' -h Show help'
exit 1
}