4 lines
84 B
Plaintext
4 lines
84 B
Plaintext
|
#!/bin/bash
|
||
|
command="$(dmenu_path | dmenu)"
|
||
|
urxvtc -e abduco -A "$command" $command
|