Added script for renaming folders

master
Nathan Salapat 2014-10-07 10:14:02 -05:00
parent 074fae2448
commit 99962f958a
1 changed files with 6 additions and 1 deletions

View File

@ -16,4 +16,9 @@ done #Once all directories have cycled through this ends the loop
#rsync GIT_LOCATION MINETEST_MOD_LOCATION
#Rename the folders that need it. This must be filled out manually.
#Move to the minetest/mods folder Please fill this out for your computer, currently is the default
cd ~/.minetest/mods
#Rename the folders that need it. This must be filled out manually. Basically removes the folder with the right name, and then renames the folder with the wrong name to the right name
rm -rf Correct_Folder_Name
mv Git_Folder_Name Correct_Folder_Name