diff options
| author | Ian C <ianc@noddybox.co.uk> | 2019-02-04 09:28:35 +0000 |
|---|---|---|
| committer | Ian C <ianc@noddybox.co.uk> | 2019-02-04 09:28:35 +0000 |
| commit | c3e025417ddabe27ea0f8f946300cb0bb2326140 (patch) | |
| tree | 8f0e2585f1a3106c46e3a8272bde275cba822859 | |
| parent | e82602b9ec03643d24af530714d25f2ea0137adb (diff) | |
Changed shell to bash for str.sh
| -rwxr-xr-x | str.sh | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,4 +1,4 @@ -#!/bin/sh +#!/bin/bash first=1 |
