Created
August 4, 2016 03:06
-
-
Save Shoeboxam/d495ea40a5b6a190ede4bdfbb321c70d to your computer and use it in GitHub Desktop.
Simple patch management
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
filename=$PWD/patchnames.txt | |
while read -r line | |
do | |
cp -R $PWD/Modded-1.7.x/$line"/assets/" $PWD/FTBInventions/minecraft/resourcepacks/Soartex_Modded | |
done < "$filename" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment