6 lines
104 B
Plaintext
6 lines
104 B
Plaintext
|
#!/bin/bash
|
||
|
|
||
|
SOURCE="/home/tyler/.frequent"
|
||
|
|
||
|
xdotool type $(cat $SOURCE | dmenu -l 50 | cut -d ' ' -f1)
|