dmenu-scripts/dmenu-ryzenadj-prof-manager
2022-04-05 16:59:13 +02:00

14 lines
198 B
Bash
Executable File

#!/bin/sh
# A script to run my game specifiy ryzenadj scripts
# cd into the given directory
cd $1
profile=$(ls -1 -A | dmenu -l 30 -p "Choose your file!")
[ -n "$profile" ] || exit
./$profile