#! /bin/sh # # RTEMS Documentation Project # # Copyright 2017 Chris Johns # All rights reserved # # Public domain # # # Exit on error. # set -e # # We run where the script is located. # cd $(dirname $0) . ./docs_builder/bin/activate ./rtems-docs-upload exit 0