Fixes for searcher default upload terming and whitespace handling

This commit is contained in:
DarkFeather
2017-01-18 20:27:33 -06:00
parent ad5208ab6b
commit 360f91458a
3 changed files with 25 additions and 9 deletions

View File

@@ -1,5 +1,4 @@
#!/bin/bash
if [ -z "$1" ]; then
echo "Need search terms"
exit 1;