Merge branch 'master' of github.com:brunofontes/linuxShortcuts

This commit is contained in:
Bruno F. Fontes 2018-08-03 11:57:06 -03:00
commit d54d0ab600
Signed by: brunofontes
GPG Key ID: EE3447CE80048495

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