Advertisement
Guest User

dirk

a guest
Feb 21st, 2012
33
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.08 KB | None | 0 0
  1. #!/bin/bash
  2.  
  3. if [ "$1" == "init" ]
  4. then
  5. echo "geht."
  6. else
  7. ./test.sh init
  8. fi
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement