6 lines
90 B
Bash
Executable File
6 lines
90 B
Bash
Executable File
#!/bin/sh
|
|
|
|
choice=$(dmenu_path | grep dmenu- | dmenu -p "Choose script to run:")
|
|
|
|
$choice
|