mirror of
https://github.com/Wind4/vlmcsd.git
synced 2024-11-05 07:46:14 +01:00
4 lines
171 B
Bash
Executable File
4 lines
171 B
Bash
Executable File
#!/bin/sh
|
|
|
|
find binaries -xdev -name 'vlmcs*' ! -name '*-NetBSD-*' ! -name '*-Windows-*' ! -name '*-cygwin-*' ! -name '*-MacOSX-*' ! -name '*-iOS-*' -exec sstrip -z {} \;
|