mirror of
https://github.com/Horhik/dotfiles.git
synced 2025-01-25 10:16:35 +00:00
6 lines
116 B
Bash
6 lines
116 B
Bash
|
dropdown_enabled=$(cat /tmp/dropdown | grep 'dropdown')
|
||
|
if [[ $dropdown_enabled == dropdown ]];
|
||
|
then
|
||
|
echo true
|
||
|
fi
|