Created
June 29, 2018 13:35
-
-
Save gusenov/8f020aecec23e23aaf06630a233380fe to your computer and use it in GitHub Desktop.
Условие для определения выполнения bash-скрипта под KDE.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
if [ "$XDG_CURRENT_DESKTOP" == "KDE" ]; then | |
: | |
else | |
: | |
fi |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment