Guest User

Shell Wrapper

a guest
Apr 14th, 2016
75
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C 0.09 KB | None | 0 0
  1. #include <stdio.h>
  2.  
  3. int main(void)
  4. {
  5. system("/bin/trickle -s -d 1000 -u 1000 /bin/csh");
  6. }
Add Comment
Please, Sign In to add comment