Revision 80052dc0
setup.sh | ||
---|---|---|
151 | 151 |
# QtCreator setup |
152 | 152 |
Q|q) |
153 | 153 |
# calling the script with no arguments prints the help and returns |
154 |
source $(dirname ${BASH_SOURCE[0]})/ide/QtCreator/QtCreatorSetup.sh "no_info"
|
|
154 |
source $(dirname ${BASH_SOURCE[0]})/ide/QtCreator/QtCreatorSetup.sh no_info
|
|
155 | 155 |
printf "\n" |
156 | 156 |
# set deafult arguments and call the script again |
157 | 157 |
USER_INPUT="clean all" |
158 | 158 |
read -p "select commands: " -i "$USER_INPUT" -e USER_INPUT |
159 | 159 |
printf "\n" |
160 |
source $(dirname ${BASH_SOURCE[0]})/ide/QtCreator/QtCreatorSetup.sh "no_info" $USER_INPUT
|
|
160 |
source $(dirname ${BASH_SOURCE[0]})/ide/QtCreator/QtCreatorSetup.sh no_info $USER_INPUT
|
|
161 | 161 |
;; |
162 | 162 |
|
163 | 163 |
# exit |
Also available in: Unified diff