As shown in the image below, I have a Linux executable and it can be run using this command:
./bomb filename0.txt
I need a bash script to run this continuously as I have various files that I want to run the executables with as shown in the picture such as filename0, filename1, filename and so on.
How could I automate the execution of my script with all these files as argument?
