mirror of
https://github.com/fspc/dswim.git
synced 2025-02-21 08:04:27 -05: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
|