Advertisement
Guest User

Untitled

a guest
Oct 7th, 2013
46
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. while inotifywait -e modify /home/user01/.openra/openraserver/map-upload
  4. do
  5. mv ~/.openra/openraserver/map-upload/*.oramap /usr/share/openra/mods/ra/map$
  6. done
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement