Created
September 2, 2016 09:58
-
-
Save kaworu/dad69ffa14c7c04786807f26b4a0175f to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/sh | |
mkdir_options="-m 700" | |
mkdir $mkdir_options /tmp/foo | |
rmdir /tmp/foo |
Author
kaworu
commented
Sep 2, 2016
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment