Update the 'up' command to be recursive.
This commit is contained in:
parent
63991e900b
commit
8741d88e2e
@ -1,3 +1,3 @@
|
||||
up() {
|
||||
scp $1 ian@files.ianonavy.com:/home/ian/sites/ianonavy.com/files/ && echo "File available at http://files.ianonavy.com/$1"
|
||||
scp -r $1 ian@files.ianonavy.com:files/ && echo "File available at http://files.ianonavy.com/$1"
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user