5 lines
50 B
Plaintext
5 lines
50 B
Plaintext
|
#!/usr/bin/env bash
|
||
|
|
||
|
mv "$1" "$2"
|
||
|
ln -s "$2" "$1"
|