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

Accept space-separated command line argument #48

Closed choudhary-akash closed 2 years ago

choudhary-akash commented 2 years ago

Without quoting the variable, each word in a space separated string would act as a separate parameter and so line 11 would raise an error.