Guest User

Untitled

a guest
Apr 20th, 2018
90
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 0.13 KB | None | 0 0
  1. #!/bin/sh
  2. SERVER=$1
  3. RCON=$2
  4. PASS=$3
  5. echo "$SERVER"
  6. echo "$RCON"
  7. sudo -u flash screen -r $SERVER -X stuff "$RCON"`echo -ne '\015'`
Add Comment
Please, Sign In to add comment