mirror of https://github.com/fspc/dswim
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
9 lines
349 B
9 lines
349 B
23 years ago
|
#!/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
|