name="`echo '' | dmenu -i -p 'Name of config to remove'`"
name="`ls $cfg_loc | dmenu -i -p 'Name of config to remove'`"
rm -f "$cfg_loc/$name"
}
Reference in New Issue
Block a user
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.