#!/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
$1/$profile