diff options
Diffstat (limited to 'projects/depthcharge')
-rwxr-xr-x | projects/depthcharge/depthcharge | 2 | ||||
-rwxr-xr-x | projects/depthcharge/depthcharge-helper | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/projects/depthcharge/depthcharge b/projects/depthcharge/depthcharge index ad93bdef..ca31d4be 100755 --- a/projects/depthcharge/depthcharge +++ b/projects/depthcharge/depthcharge @@ -1,4 +1,4 @@ -#!/bin/bash +#!/usr/bin/env bash # Copyright (C) 2016 Paul Kocialkowski <contact@paulk.fr> # diff --git a/projects/depthcharge/depthcharge-helper b/projects/depthcharge/depthcharge-helper index b7e896b3..440fe0fe 100755 --- a/projects/depthcharge/depthcharge-helper +++ b/projects/depthcharge/depthcharge-helper @@ -1,4 +1,4 @@ -#!/bin/bash +#!/usr/bin/env bash # Copyright (C) 2016 Paul Kocialkowski <contact@paulk.fr> # |