repo.or.cz
/
GalaxyCodeBases.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
modified: nfig1.py
[GalaxyCodeBases.git]
/
etc
/
Windows
/
vlmcsd
/
hotbird64-mass-build
/
strip_binaries
blob
8eb069dcc0a323f76ffefd2cf2db2743b24870d2
1
#!/bin/bash
2
3
cd
"$( dirname "
${BASH_SOURCE[0]}
" )"
4
5
find
..
/
binaries
/
-xdev -name
'vlmcs*'
!
-name
'*-NetBSD-*'
!
-name
'*-Windows-*'
!
-name
'*-cygwin-*'
!
-name
'*-MacOSX-*'
!
-name
'*-iOS-*'
-exec
sstrip
-z
{}
\
;