Using xsel in boop a bit better
This commit is contained in:
parent
0163632bd4
commit
7e60913ee3
|
@ -9,6 +9,6 @@ if [ ! -f "/usr/bin/xsel" ]; then
|
||||||
fi
|
fi
|
||||||
|
|
||||||
url=$(curl -F"file=@$1" $remote)
|
url=$(curl -F"file=@$1" $remote)
|
||||||
echo "$url" | tr -d '\n' | xsel -ib
|
echo "$url" | tr -d '\n' | xsel -ib -l /tmp/xsel.log
|
||||||
|
|
||||||
mpv $sound
|
mpv $sound
|
||||||
|
|
Loading…
Reference in New Issue