Bugswriter / notflix

Notflix is a shell script to search and stream torrent.
GNU General Public License v3.0
1.9k stars 176 forks source link

redirection unexpected #14

Closed abdellatif-temsamani closed 2 years ago

abdellatif-temsamani commented 2 years ago

Syntax error: redirection unexpected

query="$(sed 's/ /+/g' <<<$query)"

i believe it should like this:

query="$(sed 's/ /+/g' <<$query)"
abdellatif-temsamani commented 2 years ago

my bad i only had to run it with /bin/bash not /bin/sh