Created
July 7, 2023 10:54
-
-
Save obar1/1dc79d967f449a00d031028815392c9d to your computer and use it in GitHub Desktop.
read fro file and do shit in bash
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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