Last change
on this file since 2494 was
2494,
checked in by leemasa, 11 years ago
|
A simple utility for transferring files between my computer and a BCCD live image using my cs.earlham.edu account (no ticket)
|
-
Property svn:executable set to
*
|
File size:
222 bytes
|
Line | |
---|
1 | #!/bin/sh -e |
---|
2 | if [ $1 = "down" ] ; then |
---|
3 | scp leemasa@cs.earlham.edu:~/bccd_test_suite.pl . |
---|
4 | else |
---|
5 | if [ $1 = "up" ]; then |
---|
6 | scp bccd_test_suite.pl leemasa@cs.earlham.edu:~/bccd_test_suite.pl |
---|
7 | |
---|
8 | else |
---|
9 | echo "up or down" |
---|
10 | fi |
---|
11 | fi |
---|
Note: See
TracBrowser
for help on using the repository browser.