Skip to content

Instantly share code, notes, and snippets.

@Shoeboxam
Created August 4, 2016 03:06
Show Gist options
  • Save Shoeboxam/d495ea40a5b6a190ede4bdfbb321c70d to your computer and use it in GitHub Desktop.
Save Shoeboxam/d495ea40a5b6a190ede4bdfbb321c70d to your computer and use it in GitHub Desktop.
Simple patch management
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