fixing #2 shell scripts codacy issues

This commit is contained in:
Morgan Wattiez
2019-11-22 23:58:28 +01:00
parent 60428a5f01
commit 6d60b79dbf
4 changed files with 13 additions and 9 deletions

View File

@ -1,3 +1,4 @@
#!/usr/bin/env bash
# Make sure Code directory exists
mkdir -p ~/Code
ln -snf ~/Code/dotfiles/dot_scripts ~/.scripts

View File

@ -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

View File

@ -1 +1,2 @@
#!/usr/bin/env bash
rustc --version