source: trunk/dev/bin/script/DEBUG-EXPEDITEE-FRESH.sh@ 771

Last change on this file since 771 was 771, checked in by davidb, 10 years ago

Restructuring of command-list test/debugging scripts

  • Property svn:executable set to *
File size: 380 bytes
Line 
1#!/bin/bash
2
3expeditee_filespace_home="$TMP/expeditee-filespace-home"
4
5if [ -d "$expeditee_filespace_home" ] ; then
6 echo "++++"
7 echo "+ Deleteing previous expeditee.home: $expeditee_filespace_home" >&2
8 echo "++++"
9 /bin/rm -rf "$expeditee_filespace_home"
10
11 mkdir "$expeditee_filespace_home"
12fi
13
14expeditee_filespace_home="$TMP/expeditee-filespace-home" DEBUG-EXPEDITEE.sh
15
Note: See TracBrowser for help on using the repository browser.