rstacruz / cheatsheets

Cheatsheets for web development - devhints.io
https://devhints.io
13.63k stars 3.58k forks source link

In Fish shell cheatsheet, add "while loop" #2138

Open DeflateAwning opened 1 month ago

DeflateAwning commented 1 month ago

Example of repeating a command until it succeeds:

while not rsync...; end