mirror of
https://github.com/nmasur/dotfiles
synced 2024-11-10 05:12:56 +00:00
4 lines
73 B
Plaintext
4 lines
73 B
Plaintext
|
#!/usr/local/bin/nu
|
||
|
|
||
|
ls -af | where type == Symlink | select name target
|