mirror of
https://github.com/Horhik/dotfiles.git
synced 2024-11-08 01:43:13 +00:00
6 lines
116 B
Bash
Executable file
6 lines
116 B
Bash
Executable file
dropdown_enabled=$(cat /tmp/dropdown | grep 'dropdown')
|
|
if [[ $dropdown_enabled == dropdown ]];
|
|
then
|
|
echo true
|
|
fi
|