mirror of
https://github.com/brunofontes/linuxShortcuts.git
synced 2024-11-23 21:20:50 +00:00
4 lines
177 B
Bash
Executable File
4 lines
177 B
Bash
Executable File
cpboard=$(xsel -b)
|
|
path=$(echo "$cpboard" | sed -e 's/\//\\/g' -e 's/%20/ /g' -e 's/https:\\\\oxo\.egnyte\.com\\app\\index\.do\#storage\\files\\1\\/Z:\\/g')
|
|
echo "$path" | xsel
|