Advertisement
Guest User

Untitled

a guest
May 28th, 2015
202
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.28 KB | None | 0 0
  1. #!/bin/bash
  2.  
  3. ssh helper@inst4.voltapps.ru -p 37 '
  4. cd ~
  5.  
  6. if [ -f "core" ];
  7. then
  8. cp core core`date +%Y_%m_%d_%H-%M__$1`
  9. fi
  10.  
  11. if [ -f "footwars" ];
  12. then
  13. cp footwars footwars`date +%Y_%m_%d_%H-%M__$1`
  14. fi
  15.  
  16. ASAN_OPTIONS='log_path=/usr/users/helpersanitizer.log' ./footwars -d
  17. '
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement