Advertisement
Guest User

Untitled

a guest
Sep 16th, 2019
105
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.12 KB | None | 0 0
  1. #!/bin/bash
  2. if [ -f /.dockerenv ]; then
  3. echo "I'm inside matrix ;(";
  4. else
  5. echo "I'm living in real world!";
  6. fi
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement