Jul 28, 2017 · 1 min read
I’m getting syntax errors while running the one-liner.
` nohup mopidy &;mkfifo /tmp/mpd.fifo;while :; do yes $’\n’ | nc -lu 127.0.0.1 5555 > /tmp/mpd.fifo; done &;ncmpcpp`
`-bash: syntax error near unexpected token `;’`
I’m getting syntax errors while running the one-liner.
` nohup mopidy &;mkfifo /tmp/mpd.fifo;while :; do yes $’\n’ | nc -lu 127.0.0.1 5555 > /tmp/mpd.fifo; done &;ncmpcpp`
`-bash: syntax error near unexpected token `;’`