diff options
Diffstat (limited to 'bin/common/autofetch')
-rwxr-xr-x | bin/common/autofetch | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/common/autofetch b/bin/common/autofetch index 3dcdc15..ae48444 100755 --- a/bin/common/autofetch +++ b/bin/common/autofetch @@ -1,4 +1,4 @@ -#!/usr/bin/env bash +#!/usr/bin/env sh GREEN='\033[0;32m' NC='\033[0m' # Fetches for git repos, meant to run at startup |