Adding egnyteToPath

This commit is contained in:
Bruno Fontes 2018-07-31 11:46:51 -03:00 committed by GitHub
parent f8a32aea3e
commit 88d358cedb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

3
Egnyte/egnyteToPath.sh Normal file
View 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