mirror of
https://github.com/jarun/nnn.git
synced 2024-11-28 13:51:31 +00:00
4 lines
53 B
Bash
Executable file
4 lines
53 B
Bash
Executable file
#!/bin/sh
|
|
|
|
cat /path/to/.nnncp | xargs -0 | xsel -bi
|