Updated my scripts.
This commit is contained in:
parent
7c981ce281
commit
272fb806ef
17 changed files with 128 additions and 82 deletions
13
dmenu-ryzenadj-prof-manager
Executable file
13
dmenu-ryzenadj-prof-manager
Executable file
|
@ -0,0 +1,13 @@
|
|||
#!/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
|
Loading…
Add table
Add a link
Reference in a new issue