diff options
Diffstat (limited to 'hacksToDropbox')
-rwxr-xr-x | hacksToDropbox | 6 |
1 files changed, 3 insertions, 3 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 |