Sha256: eaaae2da7b13dd9d893dab0fdea4f39aac8f0c3efc691aae2af141d6af320bb7

Contents?: true

Size: 153 Bytes

Versions: 2

Compression:

Stored size: 153 Bytes

Contents

#! /bin/sh

ARGV="$@"

case $ARGV in
stop)
  killall -9 ruby
  ERROR=$?
  ;;
*)
  ruby -C.. tiny/app.rb --start # --daemon
  ERROR=$?
esac

exit $ERROR

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
nitro-0.2.0 examples/tiny/ctl
nitro-0.3.0 examples/tiny/ctl