diff options
author | Ian C <ianc@noddybox.co.uk> | 2019-02-14 14:25:07 +0000 |
---|---|---|
committer | Ian C <ianc@noddybox.co.uk> | 2019-02-14 14:25:07 +0000 |
commit | 2e9dd37c38bd526da7df48c9a92c91ca52b74bba (patch) | |
tree | 05036cf8759a3860ff8a12f7d7ca94e88fe427de /str.sh | |
parent | c60e1f0cdfa1d268ca8956f9e53e4e0e135e34b2 (diff) |
Changed hash bang of bash script
Diffstat (limited to 'str.sh')
-rwxr-xr-x | str.sh | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,4 +1,4 @@ -#!/bin/bash +#!/usr/bin/env bash first=1 |