mirror of
https://github.com/SinTan1729/CheckIntegrity.git
synced 2024-12-26 00:28:36 -06:00
Changed shell from bash to sh
This commit is contained in:
parent
ff8fe62f6b
commit
72ccd3e492
1 changed files with 1 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
||||||
#!/bin/bash
|
#!/bin/sh
|
||||||
|
|
||||||
f=$1
|
f=$1
|
||||||
f+="sum $2 | cut -d ' ' -f1"
|
f+="sum $2 | cut -d ' ' -f1"
|
||||||
|
|
Loading…
Reference in a new issue