diff --git a/bin/backup-restic b/bin/backup-restic index 35348ed..afe9d8f 100755 --- a/bin/backup-restic +++ b/bin/backup-restic @@ -1,4 +1,4 @@ -#!/bin/bash +#!/usr/bin/env bash # DRY="-n " DRY= CONFIG_ROOT="$HOME/.config/restic" diff --git a/bin/rmbr b/bin/rmbr index ef8bb83..5261d6f 100755 --- a/bin/rmbr +++ b/bin/rmbr @@ -1,4 +1,4 @@ -#!/bin/bash +#!/usr/bin/env bash if [ $# -lt 1 ] ; then echo Usage: $0 branch exit 1 diff --git a/bin/sortit.sh b/bin/sortit.sh index a25fef7..fd6fda4 100755 --- a/bin/sortit.sh +++ b/bin/sortit.sh @@ -1,4 +1,4 @@ -#!/bin/bash +#!/usr/bin/env bash # MV=$(which smv) if [ "$MV" == "" ] ; then MV="mv -i" diff --git a/bin/tm b/bin/tm index 8843a93..defef1e 100755 --- a/bin/tm +++ b/bin/tm @@ -1,4 +1,4 @@ -#!/bin/bash +#!/usr/bin/env bash # Variables #DRY=echo DRY=