4 lines
79 B
Plaintext
4 lines
79 B
Plaintext
|
#!/bin/sh
|
||
|
|
||
|
xargs -0 ls -l < "${XDG_CONFIG_HOME:-$HOME/.config}/nnn/.selection"
|