mirror of
https://github.com/brunofontes/linuxShortcuts.git
synced 2024-11-23 22:30:51 +00:00
4 lines
160 B
Bash
Executable File
4 lines
160 B
Bash
Executable File
cpboard=$(xsel -b)
|
|
cpboard=$(echo "$cpboard" | sed -e 's/\\/\//g' -e 's/Z:\//https:\/\/oxo.egnyte.com\/app\/index.do#storage\/files\/1\//')
|
|
chromium "$cpboard"
|