mirror of
https://github.com/brunofontes/linuxShortcuts.git
synced 2024-11-24 00:50:51 +00:00
Adding egnyteToPath
This commit is contained in:
parent
f8a32aea3e
commit
88d358cedb
3
Egnyte/egnyteToPath.sh
Normal file
3
Egnyte/egnyteToPath.sh
Normal file
@ -0,0 +1,3 @@
|
||||
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
|
Loading…
Reference in New Issue
Block a user