electron/tools/posix/strip.sh

7 lines
60 B
Bash
Executable File

#!/bin/bash
# Ignore errors from strip.
strip "$@"
exit 0