Compare commits
10 Commits
f0da055538
..
master
| Author | SHA1 | Date | |
|---|---|---|---|
| a583e961c2 | |||
| 9ff6bd291c | |||
| 5db0eb03d3 | |||
| 43161a57c5 | |||
| ff4769560e | |||
| eb11ff337b | |||
| 50affb0bca | |||
| 31914d49b1 | |||
| 323d7d801a | |||
| 354ff4aa70 |
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
@@ -24,14 +24,31 @@ mv_d2(){
|
||||
exit 1
|
||||
fi
|
||||
|
||||
echo "Moving files from ${remoteDir} to $(pwd)/Diablo II"
|
||||
cp "${remoteDir}"/* "$(pwd)"/"Diablo II"
|
||||
case "${1}" in
|
||||
|
||||
--from-remote)
|
||||
echo "Moving files from ${remoteDir} to $(pwd)/Diablo II"
|
||||
cp "${remoteDir}"/* "$(pwd)"/"Diablo II"
|
||||
;;
|
||||
|
||||
--to-remote)
|
||||
echo "Moving files to ${remoteDir} from $(pwd)/Diablo II"
|
||||
cp "$(pwd)"/"Diablo II"/* "${remoteDir}"
|
||||
;;
|
||||
|
||||
*)
|
||||
|
||||
echo "--from-remote Copy files from real game folder to repo"
|
||||
echo "--to-remote Copy files to real game folder from repo"
|
||||
;;
|
||||
esac
|
||||
|
||||
}
|
||||
|
||||
case "${1}" in
|
||||
|
||||
-d2)
|
||||
mv_d2
|
||||
mv_d2 "${2}"
|
||||
;;
|
||||
|
||||
*)
|
||||
|
||||
Reference in New Issue
Block a user