Open forthrin opened 1 year ago
Eg.
for f in mpv ffmpeg; do git -C $f stash save update; done update for f in mpv ffmpeg; do git -C $f stash pop update; done
Eg.