source: MondoRescue/trunk/tools/common-env@ 561

Last change on this file since 561 was 561, checked in by bcornec, 18 years ago

merge -r 542:560 $SVN_M/branches/stable

  • Property svn:executable set to *
  • Property svn:keywords set to Id
File size: 190 bytes
RevLine 
[20]1#!/bin/bash
2#
[561]3# Creates common environment
[33]4#
5# $Id: common-env 561 2006-05-20 15:51:21Z bcornec $
6#
[20]7
8# Adapt to your needs
[33]9export BASE=${HOME}/mondo
[561]10export TOPDIR=${BASE}/build
11mkdir -p ${TOPDIR}
[20]12export TMP=${BASE}/tmp
13mkdir -p ${TMP}
Note: See TracBrowser for help on using the repository browser.