Browse Source

fix(plus): wrong shebang

mobile-beta
eslopfer 1 year ago
parent
commit
f848501332
  1. 2
      sh/tests/plus_test.sh
  2. 2
      sh/tests/solutions/plus.sh

2
sh/tests/plus_test.sh

@ -1,4 +1,4 @@
#!/bin/bash
#!/usr/bin/env bash
set -euo pipefail
IFS='

2
sh/tests/solutions/plus.sh

@ -1,4 +1,4 @@
#!/bin/bash
#!/usr/bin/env bash
# Add the two numbers
result=$(expr $1 + $2)

Loading…
Cancel
Save