sampleExperiment: example-script2.sh

File example-script2.sh, 468 bytes (added by zbertils@bbn.com, 12 years ago)
Line 
1#!/bin/bash
2
3echo "The script 'example-script2.sh' has been installed!"
4echo "This one also does other things such as create directories and files!"
5
6mkdir -p /tmp/gib-examples
7touch /tmp/gib-examples/gib-example-install.README
8echo "This is a example file used for demonstrating install scripts for GENI-in-a-Box">>/tmp/gib-examples/gib-example-install.README
9
10echo "Created an example file under /tmp/gib-examples/gib-example-install.README for the given container"