Skip to content

Instantly share code, notes, and snippets.

@obar1
Created July 7, 2023 10:54
Show Gist options
  • Save obar1/1dc79d967f449a00d031028815392c9d to your computer and use it in GitHub Desktop.
Save obar1/1dc79d967f449a00d031028815392c9d to your computer and use it in GitHub Desktop.
read fro file and do shit in bash
while read line; do
printf "%s %s\n" "git mv $line https§§§__$line"
done <"$1"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment