mirror of
				https://github.com/fspc/dswim.git
				synced 2025-10-31 00:15:35 -04:00 
			
		
		
		
	
		
			
				
	
	
		
			9 lines
		
	
	
		
			349 B
		
	
	
	
		
			Bash
		
	
	
		
			Executable File
		
	
	
	
	
			
		
		
	
	
			9 lines
		
	
	
		
			349 B
		
	
	
	
		
			Bash
		
	
	
		
			Executable File
		
	
	
	
	
| #!/bin/bash
 | |
| 
 | |
| # This is for development - modify for your own $HOME.
 | |
| 
 | |
| ln -sf /home/mttrader/avd/avd/swim/bin/fastswim /usr/lib/SWIM/fastswim
 | |
| ln -sf /home/mttrader/avd/avd/swim/bin/imswim /usr/lib/SWIM/imswim
 | |
| ln -sf /home/mttrader/avd/avd/swim/bin/slowswim /usr/lib/SWIM/slowswim
 | |
| ln -sf /home/mttrader/avd/avd/swim/bin/longswim /usr/lib/SWIM/longswim
 |