I made a .sh file with a program, the current input is as follows:
$ ./myprogram.sh
file.txt
How can I make it so the input is as follows instead:
$ ./myprogram.sh file.txt
I made a .sh file with a program, the current input is as follows:
$ ./myprogram.sh
file.txt
How can I make it so the input is as follows instead:
$ ./myprogram.sh file.txt