merge from github
This commit is contained in:
@ -1,3 +1,4 @@
|
||||
#!/usr/bin/env bash
|
||||
# Make sure Code directory exists
|
||||
|
||||
echo "Hello $(whoami)! Let's get you set up."
|
||||
|
@ -1,3 +1,4 @@
|
||||
#!/usr/bin/env bash
|
||||
docker_app=$(find /Applications/ \
|
||||
-name "Docker.app" -maxdepth 1 -mindepth 1 -type d)
|
||||
if [ -z "$docker_app" ]; then
|
||||
|
Reference in New Issue
Block a user