3 lines
84 B
Bash
Executable file
3 lines
84 B
Bash
Executable file
#!/bin/bash
|
|
command="$(dmenu_path | dmenu)"
|
|
urxvtc -e abduco -A "$command" $command
|