From 6be22260797400ace8fa1ff36275c49ede9d4f25 Mon Sep 17 00:00:00 2001 From: mo khan Date: Tue, 3 Sep 2019 20:01:04 -0600 Subject: run all scripts using bash --- bin/problem-13.sh | 2 +- bin/problem-6.sh | 2 +- bin/problem-7.sh | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/bin/problem-13.sh b/bin/problem-13.sh index 9322cd2..1c431b8 100755 --- a/bin/problem-13.sh +++ b/bin/problem-13.sh @@ -1,4 +1,4 @@ -#!/bin/sh +#!/bin/bash banner() { echo "Use one of the following options:" diff --git a/bin/problem-6.sh b/bin/problem-6.sh index e868c90..2eff10b 100755 --- a/bin/problem-6.sh +++ b/bin/problem-6.sh @@ -1,4 +1,4 @@ -#!/bin/sh +#!/bin/bash validate_input() { invalid=0 diff --git a/bin/problem-7.sh b/bin/problem-7.sh index 8ec6e0c..8cb15ce 100755 --- a/bin/problem-7.sh +++ b/bin/problem-7.sh @@ -1,4 +1,4 @@ -#!/bin/sh +#!/bin/bash if [ $# -eq 0 ]; then echo "error: a hostname is required" >&2 -- cgit v1.2.3