Add bash strict options.
This commit is contained in:
@ -1,2 +1,5 @@
|
||||
#!/bin/sh
|
||||
#!/bin/bash
|
||||
|
||||
set -euo pipefail
|
||||
|
||||
install -m 755 $1 $HOME/.local/bin
|
||||
|
Reference in New Issue
Block a user