abduco - allow complex commands
This commit is contained in:
parent
10f2fb6d2e
commit
9ebf085359
@ -1,2 +1,3 @@
|
|||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
abduco | tail -n +2 | cut -f3 | dmenu | xargs --replace={} urxvtc -e abduco -a {}
|
session="$(abduco | tail -n +2 | cut -f3 | dmenu)"
|
||||||
|
urxvtc -e abduco -a "$session"
|
||||||
|
@ -1,2 +1,3 @@
|
|||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
dmenu_path | dmenu | xargs --replace={} urxvtc -e abduco -A {} {}
|
command="$(dmenu_path | dmenu)"
|
||||||
|
urxvtc -e abduco -A "$command" $command
|
||||||
|
Loading…
Reference in New Issue
Block a user