Blog: 2024-02-07: Difference between revisions

From razwiki
Jump to navigation Jump to search
(Created page with "Quick repo sync! cat ~/.repos.txt | xargs -I{} -P (nproc) fish -c 'sync-repo {}'")
(No difference)

Revision as of 13:00, 7 February 2024

Quick repo sync!

cat ~/.repos.txt | xargs -I{} -P (nproc) fish -c 'sync-repo {}'