Including egnyteToPath

This commit is contained in:
Bruno F. Fontes 2018-07-31 11:08:07 -03:00
parent f8a32aea3e
commit e6584dffcc

3
Egnyte/egnyteToPath.sh Executable file
View File

@ -0,0 +1,3 @@
cpboard=$(xsel -b)
cpboard=$(echo "$cpboard" | sed -e 's/\//\\/g' -e 's/https:\/\/oxo.egnyte.com\/app\/index.do#storage\/files\/1\//Z:\//')
echo "$cpboard" | xsel