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