mirror of
https://github.com/Horhik/dotfiles.git
synced 2025-03-14 18:23:48 +00:00
5 lines
116 B
Bash
Executable file
5 lines
116 B
Bash
Executable file
dropdown_enabled=$(cat /tmp/dropdown | grep 'dropdown')
|
|
if [[ $dropdown_enabled == dropdown ]];
|
|
then
|
|
echo true
|
|
fi
|