@eshanized updated the repository 🎉 !!!

This commit is contained in:
eshanized
2024-04-16 18:19:52 +05:30
parent f563e6d8f9
commit b53eae4494

View File

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