# Usage: ./update.sh [blink-core-source-directory] # # Copies the needed files from a directory containing the original # Decimal.h and Decimal.cpp source that we need. # If [blink-core-source-directory] is not specified, this script will # attempt to download the latest versions using git.
set -e
FILES=( "Decimal.h" "Decimal.cpp"
)
OWN_NAME=`basename $0`
if [ $# -gt 1 ]; then echo"$OWN_NAME: Too many arguments">&2
exit 1 fi
Die Informationen auf dieser Webseite wurden
nach bestem Wissen sorgfältig zusammengestellt. Es wird jedoch weder Vollständigkeit, noch Richtigkeit,
noch Qualität der bereit gestellten Informationen zugesichert.
Bemerkung:
Die farbliche Syntaxdarstellung und die Messung sind noch experimentell.