mirror of
				https://github.com/Wind4/vlmcsd.git
				synced 2025-11-04 11:52:16 +01:00 
			
		
		
		
	
		
			
				
	
	
		
			6 lines
		
	
	
		
			216 B
		
	
	
	
		
			Bash
		
	
	
		
			Executable File
		
	
	
	
	
			
		
		
	
	
			6 lines
		
	
	
		
			216 B
		
	
	
	
		
			Bash
		
	
	
		
			Executable File
		
	
	
	
	
#!/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 {} \;
 |