From ad15da27f5656148c7825fc5bfc9d8aa43402fd6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Roni=20V=C3=A4yrynen?= Date: Wed, 15 Sep 2021 11:49:56 +0300 Subject: [PATCH] remove accidentaly commited file --- test.sh | 7 ------- 1 file changed, 7 deletions(-) delete mode 100755 test.sh 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