From 86ffa20ea90414c5a81c8c67d672cebe1231eafe Mon Sep 17 00:00:00 2001 From: Alexandre CATTEAU Date: Sun, 13 Mar 2022 13:00:13 +0100 Subject: [PATCH] Update shebangs --- bashrc-mine | 2 +- install.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/bashrc-mine b/bashrc-mine index 25a1425..9885743 100644 --- a/bashrc-mine +++ b/bashrc-mine @@ -1,4 +1,4 @@ -#!/bin/bash +#!/usr/bin/env bash # ~/.bashrc-mine # byMasterKTO diff --git a/install.sh b/install.sh index c9de935..b9e4deb 100644 --- a/install.sh +++ b/install.sh @@ -1,4 +1,4 @@ -#!/bin/bash +#!/usr/bin/env bash run_directory=$(dirname "$0") $user=$(whoami)