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