Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up

Repeat shell command several times

License

NotificationsYou must be signed in to change notification settings

kazhuravlev/repeat

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This is a very simple tool that allow you to repeat some command several times.

Installation

go install github.com/kazhuravlev/repeat/cmd/repeat@latest

Usage

Repeatcurl https://example.com 10 times sequentially.

repeat 10 curl https://example.com

Repeatdate 10 times sequentially with 5 seconds delay between each repeat.

repeat 10 5s date

Corner cases

Repeat non-exists/bad program will repeat it even when not exists.

repeat 10 not-exists-program

About

Repeat shell command several times

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages


[8]ページ先頭

©2009-2025 Movatter.jp