mirror of
https://github.com/jarun/nnn.git
synced 2024-11-14 23:23:18 +00:00
4 lines
51 B
Bash
4 lines
51 B
Bash
|
#!/bin/sh
|
||
|
|
||
|
echo -n $1 | `xsel --clipboard --input`
|