Fork urlhandler program if run with fork option and pass opt in RSS script
This commit is contained in:
parent
fe15eb6755
commit
7a9ec120e1
2 changed files with 8 additions and 2 deletions
|
@ -65,5 +65,5 @@ while true; do
|
|||
|
||||
# Handle picked item
|
||||
URL="$(echo "$PICKED" | gawk -F " " '{print $NF}')"
|
||||
sxmo_urlhandler.sh "$URL"
|
||||
sxmo_urlhandler.sh "$URL" fork
|
||||
done
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue