3 lines
94 B
Bash
Executable File
3 lines
94 B
Bash
Executable File
#!/bin/bash
|
|
abduco | tail -n +2 | cut -f3 | dmenu | xargs --replace={} urxvtc -e abduco -a {}
|