dmenu-scripts/dmenuryzenadj-prof-manager
cronyakatsuki 19ee4a7871 Update.
2022-03-21 18:05:05 +01:00

15 lines
240 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
quick-notify "Loading profile" "$profile"
./$profile