5 lines
		
	
	
		
			147 B
		
	
	
	
		
			Bash
		
	
	
	
	
	
			
		
		
	
	
			5 lines
		
	
	
		
			147 B
		
	
	
	
		
			Bash
		
	
	
	
	
	
| #!/bin/sh
 | |
| pid=`ps ax | grep fxp | grep usr.sbin | sed 's,^[ 	]*,,;s,[ 	].*,,`
 | |
| echo "pid = $pid"
 | |
| ./swifi -f /usr/build/drivers/fxp/fxp $pid 8 100 4
 | 
