Add shebang to update Node modules script
This commit is contained in:
parent
358d5e7087
commit
2838cede68
1 changed files with 3 additions and 0 deletions
|
|
@ -1,3 +1,6 @@
|
|||
#!/bin/bash
|
||||
set -eu
|
||||
|
||||
if [ "$1" != "update" && "$1" != "check-only" ]; then
|
||||
>&2 echo "Failed: Invalid argument. Must be 'update' or 'check-only'"
|
||||
exit 1
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue