diff options
| author | skal <pascal.massimino@gmail.com> | 2026-01-31 00:57:47 +0100 |
|---|---|---|
| committer | skal <pascal.massimino@gmail.com> | 2026-01-31 00:57:49 +0100 |
| commit | 2520ae66ce2da210eaeaeba44c467c97e0c3fdd0 (patch) | |
| tree | cf04b194f81966a109a846e2728cab0875db20d1 /scripts/crunch_demo.sh | |
| parent | 91f557d8777d6185ed47927318973d515f8dcbee (diff) | |
Chore: Remove trailing whitespaces across the codebase
Diffstat (limited to 'scripts/crunch_demo.sh')
| -rwxr-xr-x | scripts/crunch_demo.sh | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/scripts/crunch_demo.sh b/scripts/crunch_demo.sh index d9c77a4..8584209 100755 --- a/scripts/crunch_demo.sh +++ b/scripts/crunch_demo.sh @@ -13,13 +13,13 @@ OS_NAME=$(uname -s) if [ "$OS_NAME" = "Darwin" ]; then echo "macOS detected. Using 'strip' and 'gzexe' (UPX is unreliable on macOS)." - + # Copy original to output to work on it cp "$SRC_BIN" "$OUT_BIN" - + echo "Stripping symbols..." strip -u -r "$OUT_BIN" - + if command -v gzexe >/dev/null 2>&1; then echo "Compressing with gzexe..." gzexe "$OUT_BIN" |
