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

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

Temp directory for Unix is always /tmp

  • 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.