/loop

Easy to use looping commandline tool

Primary LanguageC#GNU General Public License v2.0GPL-2.0

loop

Easy to use looping tool for the Windows Commandline

Build

csc.exe loop.cs

Usage

loop [seconds] cmd
loop 2 echo hello world...

Output

❯ .\loop.exe 2 echo hello world...
hello world...

hello world...

hello world...