dotfiles/scripts/rep
2017-06-21 20:02:03 +02:00

5 lines
50 B
Bash

#!/usr/bin/env bash
mv "$1" "$2"
ln -s "$2" "$1"