source: next-generation-ikm/expeditee-desktop-drive/trunk/go-ikm.sh@ 1091

Last change on this file since 1091 was 1091, checked in by davidb, 7 years ago

Bash version of launch script

  • Property svn:executable set to *
File size: 254 bytes
Line 
1#!/bin/bash
2
3export EXPEDITEE_FILESYSTEM='D:/davidb/Google Drive/expeditee-filesystem-ikm'
4
5if [ "x$EXPEDITEE_HOME" = "x" ] ; then
6 . ./expeditee-setup.bash
7fi
8
9
10pushd "$EXPEDITEE_HOME/in-the-cloud"
11./run-in-the-cloud.bash IKM-Next-Generation12
12popd
13
14
15
Note: See TracBrowser for help on using the repository browser.