diff options
| author | st33v <github@f3rr3t.com> | 2016-01-02 12:58:39 +1100 |
|---|---|---|
| committer | st33v <github@f3rr3t.com> | 2016-01-02 12:58:39 +1100 |
| commit | bb2a4c7eb2efd2915439922b0944faefea7e487b (patch) | |
| tree | 16d5fe87f95797b983cbbf0682fe1ae9af85ba8e /getpix.sh | |
| parent | 6d94cdbd2642b479ef7d12bd20671122366a6138 (diff) | |
simple retrieval of files.
Diffstat (limited to 'getpix.sh')
| -rwxr-xr-x | getpix.sh | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -5,5 +5,5 @@ campi="neatherd" -scp $campi:/home/st33v/pix/*.jpg /home/st33v/cams/$campi/. -ssh $campi "rm /home/st33v/pix/*.jpg" +scp $campi:/home/st33v/pix/*.jpg /home/st33v/cams/$campi/. 2>/dev/null +ssh $campi "rm /home/st33v/pix/*.jpg" 2>/dev/null |
