Update modscripts (#337)
This commit is contained in:
parent
154cdaeb5d
commit
6d3de36c16
@ -1,5 +1,5 @@
|
||||
#!/bin/bash
|
||||
find ./arma3/233780/steamapps/workshop/content/107410/ -type f -name "*[A-Z]*" -print0 |\
|
||||
find ./arma3/233780/steamapps/workshop/content/107410/ -depth -name "*[A-Z]*" -print0 |\
|
||||
xargs -0 -I {} bash -c "mv \"{}\" \"\`echo \"{}\" | sed 's,\(.*\)\/\(.*\),\1\/\L\2,'\`\"";\
|
||||
cd ./arma3/233780 &&\
|
||||
find ./steamapps/workshop/content/107410 -maxdepth 1 -mindepth 1 -type d -exec ln -sf -t ./ {} +
|
||||
|
@ -1,5 +1,5 @@
|
||||
#!/bin/bash
|
||||
find ./dayz/1042420/steamapps/workshop/content/221100/ -type f -name "*[A-Z]*" -print0 |\
|
||||
find ./dayz/1042420/steamapps/workshop/content/221100/ -depth -name "*[A-Z]*" -print0 |\
|
||||
xargs -0 -I {} bash -c "mv \"{}\" \"\`echo \"{}\" | sed 's,\(.*\)\/\(.*\),\1\/\L\2,'\`\"";\
|
||||
cd ./dayz/1042420 &&\
|
||||
find ./steamapps/workshop/content/221100 -maxdepth 1 -mindepth 1 -type d -exec ln -sf -t ./ {} +
|
||||
|
Loading…
Reference in New Issue
Block a user