dotfiles/.bin/OLD/mplay

5 lines
75 B
Bash
Executable File

#!/bin/sh
THING="$(xclip -o)"
echo "$THING" >> /tmp/thing.txt
mpv "$THING"