mirror of
https://github.com/brunofontes/linuxShortcuts.git
synced 2024-11-23 23:40:51 +00:00
Adding egnyteToPath script
This commit is contained in:
parent
e6584dffcc
commit
4737ae5bc7
@ -1,3 +1,3 @@
|
|||||||
cpboard=$(xsel -b)
|
cpboard=$(xsel -b)
|
||||||
cpboard=$(echo "$cpboard" | sed -e 's/\//\\/g' -e 's/https:\/\/oxo.egnyte.com\/app\/index.do#storage\/files\/1\//Z:\//')
|
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 "$cpboard" | xsel
|
echo "$path" | xsel
|
||||||
|
Loading…
Reference in New Issue
Block a user