mirror of
https://github.com/Wind4/vlmcsd.git
synced 2025-06-22 09:53:41 +02:00
vlmcsd-svn1065-2016-10-12-Hotbird64
This commit is contained in:
5
hotbird64-mass-build/strip_binaries
Executable file
5
hotbird64-mass-build/strip_binaries
Executable file
@ -0,0 +1,5 @@
|
||||
#!/bin/bash
|
||||
|
||||
cd "$( dirname "${BASH_SOURCE[0]}" )"
|
||||
|
||||
find ../binaries/ -xdev -name 'vlmcs*' ! -name '*-NetBSD-*' ! -name '*-Windows-*' ! -name '*-cygwin-*' ! -name '*-MacOSX-*' ! -name '*-iOS-*' -exec sstrip -z {} \;
|
Reference in New Issue
Block a user