So, I went googling for if there's any way to provide a default argument to the main() function of a script in ASH.  (By which I mean, a script that takes a CLI argument if one is provided on invocation, but if none is provided, the script uses a hardcoded default value without prompting the...