run a program n(=100) times

This commit is contained in:
Mylloon 2024-04-19 16:25:49 +02:00
parent b7bb78b98d
commit 393e3dc4f4
Signed by: Anri
GPG key ID: A82D63DFF8D1317F

View file

@ -30,3 +30,4 @@ abbr grp "git remote prune origin"
abbr lfs "git lfs install; git lfs fetch; git lfs checkout" abbr lfs "git lfs install; git lfs fetch; git lfs checkout"
abbr ls "eza --icons=auto" abbr ls "eza --icons=auto"
abbr topgrade "topgrade; pacman-clean" abbr topgrade "topgrade; pacman-clean"
abbr run "for i in (seq 100); ./my_program; end"