diff --git a/test.sh b/test.sh deleted file mode 100755 index ca6a148..0000000 --- a/test.sh +++ /dev/null @@ -1,7 +0,0 @@ -#!/bin/bash - -if [[ -n $(command -v git) ]]; then - echo "jep" -else - echo "noup" -fi