mirror of
https://github.com/brunofontes/linuxShortcuts.git
synced 2024-11-24 05:24:56 +00:00
4 lines
163 B
Bash
4 lines
163 B
Bash
|
cpboard=$(xsel -b)
|
||
|
cpboard=$(echo "$cpboard" | sed -e 's/\//\\/g' -e 's/https:\/\/oxo.egnyte.com\/app\/index.do#storage\/files\/1\//Z:\//')
|
||
|
echo "$cpboard" | xsel
|