From 72ccd3e492f1ab766fa2044a406f0e5925cda824 Mon Sep 17 00:00:00 2001 From: SinTan1729 Date: Sun, 19 Jan 2020 18:56:18 +0530 Subject: [PATCH] Changed shell from bash to sh --- CheckIntegrity | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CheckIntegrity b/CheckIntegrity index 6d0f9af..8aea056 100755 --- a/CheckIntegrity +++ b/CheckIntegrity @@ -1,4 +1,4 @@ -#!/bin/bash +#!/bin/sh f=$1 f+="sum $2 | cut -d ' ' -f1"