ivanzoid
9/8/2018 - 12:08 PM

Bash script template without arguments.sh

#
# Without arguments:
#
#!/bin/bash -ex

main()
{
    # …
}

main "$@"