summaryrefslogtreecommitdiff
path: root/hacksToDropbox
diff options
context:
space:
mode:
authorColin Noga <Tempus@chronometry.ca>2012-07-19 02:55:23 -0500
committerColin Noga <Tempus@chronometry.ca>2012-07-19 02:55:23 -0500
commit5b4be3aefb2ac4b783de4253eedbfa285d457e2c (patch)
tree82907808824beac0f7cb5304241ee692ea1f8f6b /hacksToDropbox
parentc6893153b5e4772baee92dae71613ea367837188 (diff)
parent6bf6be35a0c17cbbf70fff87b4a6eb566862641b (diff)
downloadkamek-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-xhacksToDropbox6
-rwxr-xr-xhacksToDropboxKP6
2 files changed, 6 insertions, 6 deletions
diff --git a/hacksToDropbox b/hacksToDropbox
index d23228a..ab798ec 100755
--- a/hacksToDropbox
+++ b/hacksToDropbox
@@ -1,8 +1,8 @@
path=/home/me/Dropbox/NEWERsmbw/Test\ Pack/NewerTestPack/SysSelect
copy_files() {
- cp NewerASM/n_$1_loader.bin $path/System$2.bin
- cp NewerASM/n_$1_dlcode.bin $path/DLCode$2.bin
- cp NewerASM/n_$1_dlrelocs.bin $path/DLRelocs$2.bin
+ cp NewerASM/n_$1_loader.bin "$path/System$2.bin"
+ cp NewerASM/n_$1_dlcode.bin "$path/DLCode$2.bin"
+ cp NewerASM/n_$1_dlrelocs.bin "$path/DLRelocs$2.bin"
}
copy_files pal EU_1
diff --git a/hacksToDropboxKP b/hacksToDropboxKP
index 9a60715..c10c90f 100755
--- a/hacksToDropboxKP
+++ b/hacksToDropboxKP
@@ -1,8 +1,8 @@
path=/home/me/Dropbox/NEWERsmbw/Test\ Pack/NewerTestPack/SysMap
copy_files() {
- cp NewerASM/n_$1_loader.bin $path/System$2.bin
- cp NewerASM/n_$1_dlcode.bin $path/DLCode$2.bin
- cp NewerASM/n_$1_dlrelocs.bin $path/DLRelocs$2.bin
+ cp NewerASM/n_$1_loader.bin "$path/System$2.bin"
+ cp NewerASM/n_$1_dlcode.bin "$path/DLCode$2.bin"
+ cp NewerASM/n_$1_dlrelocs.bin "$path/DLRelocs$2.bin"
}
copy_files pal EU_1