Guest User

Untitled

a guest
Oct 24th, 2017
84
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.13 KB | None | 0 0
  1. sudo strace -e write=1,2 -p `pgrep SpaceBingo` 2>&1 | sed -un "/^ |/p" | sed -ue "s/^.\{9\}\(.\{50\}\).\+/\1/g" -e 's/ //g' | xxd -r -p
Add Comment
Please, Sign In to add comment