This commit is contained in:
arevindh 2020-05-11 22:47:53 +05:30
parent 18df185b15
commit 0ac50db442

View file

@ -747,6 +747,6 @@ main() {
esac
shift
if [[ $# = 0 ]]; then
helpFunc;;
helpFunc
fi
}