Skip to content

shell script that runs the command you give it whenever you press a key

Notifications You must be signed in to change notification settings

beep-beep-beep-boop/loop

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 

Repository files navigation

runs its arguments as a shell command whenever you press a key

useful for running a thing that you are making over and over as you make changes

put the command in quotes if you want to use &&, ie loop "gcc main.c && ./a.out"


(you can move this to a bin folder as "loop" or whatever you want)

About

shell script that runs the command you give it whenever you press a key

Resources

Stars

Watchers

Forks

Languages