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