Advertisement
Guest User

Untitled

a guest
Apr 19th, 2014
66
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.23 KB | None | 0 0
  1. shell_exec(escapeshellarg(escapeshellcmd("rm -f ./io_cache/".$prob_id."/*")))
  2.  
  3. exec("rm ".escapeshellarg(escapeshellcmd("-f ./io_cache/".$prob_id."/*")),$out,$ret)
  4.  
  5. shell_exec(escapeshellarg(escapeshellcmd('./rem.py ').$prob_id))
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement