4 lines
60 B
Bash
4 lines
60 B
Bash
|
#!/usr/bin/bash -euo
|
||
|
|
||
|
ln -s $(which fdfind) ~/.local/bin/fd
|