mirror of
https://github.com/Wind4/vlmcsd
synced 2025-06-14 14:48:19 +00: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 {} \;
|