dotfiles/scripts/rep

5 lines
50 B
Plaintext
Raw Normal View History

2017-06-21 18:02:03 +00:00
#!/usr/bin/env bash
mv "$1" "$2"
ln -s "$2" "$1"