aboutsummaryrefslogtreecommitdiff
path: root/shell_only.sh
diff options
context:
space:
mode:
Diffstat (limited to 'shell_only.sh')
-rwxr-xr-xshell_only.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/shell_only.sh b/shell_only.sh
index 08640a8..8809673 100755
--- a/shell_only.sh
+++ b/shell_only.sh
@@ -1,3 +1,5 @@
+#!/bin/bash
+
# Copyright (C) 2022 HimbeerserverDE
#
# This program is free software: you can redistribute it and/or modify
@@ -13,8 +15,6 @@
# You should have received a copy of the GNU General Public License
# along with this program. If not, see <https://www.gnu.org/licenses/>.
-#!/bin/bash
-
function command_exists {
command -v $1 &> /dev/null
}