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
| #!/bin/bash | |
| # Function for the check result of the repo sync | |
| function check_result { | |
| if [ "0" -ne "$?" ] | |
| then | |
| echo $1 | |
| exit 1 | |
| fi | |
| } |
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
| #!/bin/bash | |
| # Function for the check result of the repo sync | |
| function check_result { | |
| if [ "0" -ne "$?" ] | |
| then | |
| echo $1 | |
| exit 1 | |
| fi | |
| } |
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
| personal-carbon-script.sh |
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
| #!/bin/bash | |
| # Function for the check result of the repo sync | |
| function check_result { | |
| if [ "0" -ne "$?" ] | |
| then | |
| echo $1 | |
| exit 1 | |
| fi | |
| } | |
| # Find out what ROM the user is building |
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 [[ "$repoanswer" == "y" ]]; then | |
| echo "repo sync"; repo sync; check_result "repo sync failed." | |
| fi | |
| echo "Ok, continuing....." |
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
| #!/bin/bash | |
| # Function for the check result of the repo sync | |
| function check_result { | |
| if [ "0" -ne "$?" ] | |
| then | |
| echo $1 | |
| exit 1 | |
| fi | |
| } |
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
| #!/bin/bash | |
| # Function for the check result of the repo sync | |
| function check_result { | |
| if [ "0" -ne "$?" ] | |
| then | |
| echo $1 | |
| exit 1 | |
| fi | |
| } |
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
| #!/bin/bash | |
| # Function for the check result of the repo sync | |
| function check_result { | |
| if [ "0" -ne "$?" ] | |
| then | |
| echo $1 | |
| exit 1 | |
| fi | |
| } | |
| # Find out what ROM the user is building |
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
| #!/bin/bash | |
| # Function for the check result of the repo sync | |
| function check_result { | |
| if [ "0" -ne "$?" ] | |
| then | |
| echo $1 | |
| exit 1 | |
| fi | |
| } | |
| # Find out what ROM the user is building |
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
| #!/bin/bash | |
| # Function for the check result of the repo sync | |
| function check_result { | |
| if [ "0" -ne "$?" ] | |
| then | |
| echo $1 | |
| exit 1 | |
| fi | |
| } | |
| # Find out what ROM the user is building |