Changed shell from bash to sh

This commit is contained in:
Sayantan Santra 2020-01-19 18:56:18 +05:30
parent ff8fe62f6b
commit 72ccd3e492

View file

@ -1,4 +1,4 @@
#!/bin/bash #!/bin/sh
f=$1 f=$1
f+="sum $2 | cut -d ' ' -f1" f+="sum $2 | cut -d ' ' -f1"