6 lines
98 B
Bash
Executable File
6 lines
98 B
Bash
Executable File
#!/bin/bash
|
|
|
|
SOURCE="$HOME/.frequent"
|
|
|
|
xdotool type $(cat $SOURCE | dmenu -l 50 | cut -d ' ' -f1)
|