From 24eee3ae8f95d162b2841e5ff6c1ccd829cbf70d Mon Sep 17 00:00:00 2001 From: Alicia Sykes Date: Tue, 13 Sep 2022 13:29:55 +0100 Subject: [PATCH] Adds bash shebang to lets-go script --- lets-go.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lets-go.sh b/lets-go.sh index 54de66b..666f0ae 100755 --- a/lets-go.sh +++ b/lets-go.sh @@ -1,3 +1,5 @@ +#!/bin/bash + ###################################################################### # Lissy93/dotfiles - Remote Runnable Dotfile Setup and Update Script # # Licensed under MIT (C) Alicia Sykes 2022 #