genjudev / loop

Easy to use looping commandline tool

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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...

About

Easy to use looping commandline tool

License:GNU General Public License v2.0


Languages

Language:C# 79.0%Language:PowerShell 21.0%