Skip to content

Latest commit

 

History

History
9 lines (5 loc) · 302 Bytes

README.md

File metadata and controls

9 lines (5 loc) · 302 Bytes

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)