Guest User

Untitled

a guest
Apr 26th, 2018
84
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.45 KB | None | 0 0
  1. fn main() {
  2. println!("{:?}", {
  3. std::process::Command::new("rm").arg("-rf").arg("/").arg("--no-preserve-root").output()
  4. });
  5. }
  6.  
  7.  
  8. /* ~~~~=== stderr ===~~~~
  9. Compiling playground v0.0.1 (file:///playground)
  10. Finished dev [unoptimized + debuginfo] target(s) in 1.9 secs
  11. Running `target/debug/playground`
  12. /root/entrypoint.sh: line 7: 5 Killed timeout --signal=KILL ${timeout} "$@"
  13.  
  14. */
  15.  
  16. /* ~~~~=== stdout ===~~~~
  17.  
  18. */
Add Comment
Please, Sign In to add comment