diff options
author | Colin Noga <Tempus@chronometry.ca> | 2012-07-19 02:55:23 -0500 |
---|---|---|
committer | Colin Noga <Tempus@chronometry.ca> | 2012-07-19 02:55:23 -0500 |
commit | 5b4be3aefb2ac4b783de4253eedbfa285d457e2c (patch) | |
tree | 82907808824beac0f7cb5304241ee692ea1f8f6b /makeSummerSun | |
parent | c6893153b5e4772baee92dae71613ea367837188 (diff) | |
parent | 6bf6be35a0c17cbbf70fff87b4a6eb566862641b (diff) | |
download | kamek-5b4be3aefb2ac4b783de4253eedbfa285d457e2c.tar.gz kamek-5b4be3aefb2ac4b783de4253eedbfa285d457e2c.zip |
Merge branch 'level-select' of ssh://treeki.rustedlogic.net:30000/Kamek into level-select
Diffstat (limited to '')
-rwxr-xr-x | makeSummerSun | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/makeSummerSun b/makeSummerSun index 89a2f4a..4927ec4 100755 --- a/makeSummerSun +++ b/makeSummerSun @@ -2,9 +2,9 @@ rm -r ~/.wine remove_files() { - rm ~/Dropbox/NEWERsmbw/Summer\ Sun/System$1.bin - rm ~/Dropbox/NEWERsmbw/Summer\ Sun/DLCode$1.bin - rm ~/Dropbox/NEWERsmbw/Summer\ Sun/DLRelocs$1.bin + rm "~/Dropbox/NEWERsmbw/Summer\ Sun/System$1.bin" + rm "~/Dropbox/NEWERsmbw/Summer\ Sun/DLCode$1.bin" + rm "~/Dropbox/NEWERsmbw/Summer\ Sun/DLRelocs$1.bin" } remove_files EU_1 @@ -22,9 +22,9 @@ else fi copy_files() { - cp NewerASM/n_$1_loader.bin ~/Dropbox/NEWERsmbw/Summer\ Sun/System$2.bin - cp NewerASM/n_$1_dlcode.bin ~/Dropbox/NEWERsmbw/Summer\ Sun/DLCode$2.bin - cp NewerASM/n_$1_dlrelocs.bin ~/Dropbox/NEWERsmbw/Summer\ Sun/DLRelocs$2.bin + cp NewerASM/n_$1_loader.bin "~/Dropbox/NEWERsmbw/Summer\ Sun/System$2.bin" + cp NewerASM/n_$1_dlcode.bin "~/Dropbox/NEWERsmbw/Summer\ Sun/DLCode$2.bin" + cp NewerASM/n_$1_dlrelocs.bin "~/Dropbox/NEWERsmbw/Summer\ Sun/DLRelocs$2.bin" } copy_files pal EU_1 |