Merge pull request #50 from PR0M3TH3AN/codex/update-shebang-in-install.sh

Update install script to safer flags
This commit is contained in:
thePR0M3TH3AN
2025-06-19 19:06:51 -04:00
committed by GitHub

View File

@@ -1,5 +1,5 @@
#!/usr/bin/env bash
set -e
set -euo pipefail
command_exists() {
command -v "$1" >/dev/null 2>&1