Major fixes for using standard libraries, protecting variable use, and torrent engine specification.
This commit is contained in:
17
test-torrent-engine
Executable file
17
test-torrent-engine
Executable file
@@ -0,0 +1,17 @@
|
||||
#!/bin/bash
|
||||
|
||||
if [ -z "$1" ]; then
|
||||
echo "Need search terms"
|
||||
exit 1;
|
||||
fi
|
||||
|
||||
source /usr/local/src/SharedLibraries/Bash/header
|
||||
header Configuring...
|
||||
if [ -z "$2" ]; then
|
||||
configuretorrent /usr/local/etc/WolfPack/torrentengine
|
||||
else
|
||||
configuretorrent "$2"
|
||||
fi
|
||||
|
||||
header Getting magnet link.
|
||||
getmagnetlink "$(echo $1 | tr '#' "$searchunifier")"
|
Reference in New Issue
Block a user