remove accidentaly commited file

This commit is contained in:
Roni Väyrynen
2021-09-15 11:49:56 +03:00
parent c0849b5eaa
commit ad15da27f5

View File

@@ -1,7 +0,0 @@
#!/bin/bash
if [[ -n $(command -v git) ]]; then
echo "jep"
else
echo "noup"
fi