dotfiles/scripts/rep

5 lines
50 B
Plaintext
Raw Normal View History

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