shadowm

Untitled

Oct 24th, 2013
210
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.32 KB | None | 0 0
  1. desc=`"$replaycat" "$replay" | "$HOME"/bin/parse_replay | tr '\n' ' ' | sed 's/, $//'`
  2. printf 'AddDescription "%s" %s\n' "$desc" `basename "$replay"` >> "$HTACCESS"
  3.  
  4. #!/bin/sed -nf
  5. /\[era\]/,/\[\/era]/s|^\tid="\([^"]*\)"|<i>era</i>: <b>\1</b> <i>players</i>:|p
  6. /\[side\]/,/\[\/side]/s/^save_id="\([^"]*\)."/\1,/p
  7. $a\
Advertisement
Add Comment
Please, Sign In to add comment