I have many .sh scripts in a single folder and would like to run them one after another. A single script can be executed as:
.sh
bash wget-some_long_
There is a much simpler way, you can use the run-parts command which will execute all scripts in the folder:
run-parts
run-parts /path/to/folder