Guest User

Untitled

a guest
Jul 21st, 2018
100
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.16 KB | None | 0 0
  1. ## update.rb
  2.  
  3. class Update < BaseCommand
  4. def execute(server, message)
  5. reply = %x[cd .. ; svn update]
  6. server.msg(message.destination, reply)
  7. end
  8. end
Add Comment
Please, Sign In to add comment