This website requires JavaScript.
Explore
Sign In
mirror
/
electron
mirror of
https://github.com/electron/electron
Watch
1
Star
0
Fork
You've already forked electron
0
Code
Issues
Releases
Activity
1-4-x
electron
/
tools
/
posix
/
strip.sh
7 lines
60 B
Bash
Executable File
Raw
Permalink
Blame
History
#!/bin/bash
# Ignore errors from strip.
strip
"
$@
"
exit
0
View Git Blame
Copy Permalink