5 righe
		
	
	
		
			93 B
		
	
	
	
		
			Bash
		
	
	
		
			Executable File
		
	
	
	
	
			
		
		
	
	
			5 righe
		
	
	
		
			93 B
		
	
	
	
		
			Bash
		
	
	
		
			Executable File
		
	
	
	
	
| #!/bin/sh
 | |
| DIR=$(dirname -- $0)
 | |
| find $DIR/* -maxdepth 1 -perm -111 -type f -printf "%f "
 | |
| echo
 |