Skip to content

Commit

Permalink
add create_dir.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
sinev-valentine committed Nov 19, 2018
1 parent a16b02c commit 823d746
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions create_dir.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# !/bin/sh
if [ ! -d "/var/keychain" ]; then
sudo mkdir /var/keychain
sudo chown -R $USER keychain
fi


0 comments on commit 823d746

Please sign in to comment.