Advertisement
id26327371

Untitled

Jul 3rd, 2018
83
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.18 KB | None | 0 0
  1. #!/bin/bash
  2.  
  3. function mv {
  4. mv /home/admin/scripts/tmp/PL_Ford-57*.xlsx /kyda/to/tam
  5. mv /home/admin/scripts/tmp/PL_FORD_98*.xls /kyda/to/tam
  6. }
  7.  
  8.  
  9. mv > /dev/null 2 &1
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement