10 lines
		
	
	
		
			102 B
		
	
	
	
		
			Bash
		
	
	
	
	
	
			
		
		
	
	
			10 lines
		
	
	
		
			102 B
		
	
	
	
		
			Bash
		
	
	
	
	
	
| #!/bin/sh
 | |
| 
 | |
| set -e
 | |
| 
 | |
| SM="/opt/oarc/QtSoundModem"
 | |
| 
 | |
| if [ -d $SM ]; then
 | |
| 	rm -rf /opt/oarc/QtSoundModem
 | |
| fi
 | 
