diff options
author | Cecil <knoppmyth@gmail.com> | 2011-01-15 23:06:54 (GMT) |
---|---|---|
committer | Cecil <knoppmyth@gmail.com> | 2011-01-15 23:06:54 (GMT) |
commit | 5258356b7477e913fb5220def0e74b5266d8d6a0 (patch) | |
tree | fd16815ed312a6f65e14b9ed81e5c2586c73d02b | |
parent | e3a78e06d45835371b2f78358c98a399d8fa8d21 (diff) | |
download | linhes_dev-5258356b7477e913fb5220def0e74b5266d8d6a0.zip |
send_cd:Sent to workstation for burning, VM, etc.
-rwxr-xr-x | build_tools/send_cd.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/build_tools/send_cd.sh b/build_tools/send_cd.sh index f2c19b2..1180a32 100755 --- a/build_tools/send_cd.sh +++ b/build_tools/send_cd.sh @@ -1,2 +1,2 @@ #!/bin/bash -scp /tmp/testcd-2.iso cecil@192.168.1.250:/home/cecil +scp /tmp/test2.iso cecil@192.168.1.2:/home/cecil |