source: umon/ports/template/bashrc @ ddf6706

Last change on this file since ddf6706 was 87db514, checked in by Amar Takhar <amar@…>, on 04/16/15 at 19:26:21

Initial commit of the umon repository.

Prior to this three changes were made:

  • Remove umon_ prefix from parent directories.
  • Collapse main/target/ into main/
  • Remove ports/template/flashtest.scr.ucon script.
  • Property mode set to 100644
File size: 510 bytes
Line 
1# Set prompt to reflect the target:
2PS1=TEMPLATE:
3
4# TITLE may be used by the 'title' tool in umon_setup
5export TITLE="TEMPLATE Monitor Development"
6
7# If UMONTOP is not set, then set it to the default:
8if [ "$UMONTOP" == "" ]
9then
10        export UMONTOP=../../umon_main
11fi
12
13# The umon_setup script looks for the presence of the EXT_UMON_SETUP
14# as a shell variable.  If it is present it assumes it is the fullpath
15# of a user-defined script that will be run as part of the umon setup.
16. $UMONTOP/host/bin/umon_setup
Note: See TracBrowser for help on using the repository browser.