setup 235 B

12345678910111213
  1. #!/bin/sh
  2. # script/setup: Set up application for the first time after cloning, or set it
  3. # back to the initial first unused state.
  4. cat script/misc/oteascii.txt
  5. set -e
  6. script/server
  7. echo "==> App is now ready to go!"