drewgrif / sway

26 stars 11 forks source link

Optimized Bash Script Execution #4

Open silverhadch opened 3 months ago

silverhadch commented 3 months ago

Instead of pasting long lines it loops through the install_scripts folder and executes scripts whose name are provided. So if more scripts are added you simply put the name in the for loop and not bash blablabal then clear. Which is better and cleaner.