Guest User

Untitled

a guest
Nov 24th, 2017
68
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.25 KB | None | 0 0
  1. perl -le 'require "sys/ioctl.ph";
  2. ioctl(STDIN, &TIOCSTI, $_) for split "", join " ", @ARGV
  3. ' `_cmds_`
  4.  
  5. stty -echo; perl -le 'require "sys/ioctl.ph"; ioctl(STDIN, &TIOCSTI, $_) for split "", join " ", @ARGV ' `printf "hello"` ;stty echo
Add Comment
Please, Sign In to add comment