Guest

myFoo2 script

By: a guest on Apr 8th, 2010  |  syntax: Bash  |  size: 0.13 KB  |  hits: 133  |  expires: Never
download  |  raw  |  embed  |  report abuse
Copied
  1. #!/bin/ksh
  2.  
  3. print "myFile2 was called"
  4. myVar2="variable in myFile 2";
  5.  
  6. myFoo2(){
  7.         print "function myFoo2 was called"
  8. }