Removed unneded scripts.
This commit is contained in:
parent
07c88bb41b
commit
521d5c095c
1 changed files with 0 additions and 14 deletions
|
@ -1,14 +0,0 @@
|
||||||
#!/bin/sh
|
|
||||||
|
|
||||||
# A script to run my game specifiy ryzenadj scripts
|
|
||||||
|
|
||||||
source $HOME/.config/dmenu/config
|
|
||||||
|
|
||||||
# cd into the given directory
|
|
||||||
cd $1
|
|
||||||
|
|
||||||
profile=$(ls -1 -A | $DMENU -l 5 -p "Choose your file!")
|
|
||||||
|
|
||||||
[ -n "$profile" ] || exit
|
|
||||||
|
|
||||||
$1/$profile
|
|
Loading…
Add table
Add a link
Reference in a new issue