Skip to content

Bash script, giving quick access to list and execute all .sh-files of one folder and all subfolders

Notifications You must be signed in to change notification settings

SHU-red/BashKickstart

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 

Repository files navigation

🏃 BashKickstart

Bash script, giving quick access to list and execute all .sh-files of one folder and all subfolders.

Especially when you have a collection of frequently used bash-scripts in one folder (and subfolders) this can be helpful.

This shell script

  1. gives a overview of folderstructure and all *.sh-files of a direcory
  2. lets you then choose which one to execute
  3. executes the chosen file in the already open terminal

It makes sense to start this script via system-shortcut. For example:

konsole -e bash /home/user/Scripts/BashKickstart/BashKickstart.sh /home/user/Scripts

The script itself can be placed anywhere and the recursive search-path for *.sh-files is specified via 1st argument (as you see in the example above)

Alt text

About

Bash script, giving quick access to list and execute all .sh-files of one folder and all subfolders

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages