Sha256: 913d646aa72d0ef74643014e484814171cd6c4e5ef4476a8581dcb02c261812b

Contents?: true

Size: 233 Bytes

Versions: 3

Compression:

Stored size: 233 Bytes

Contents

#!/bin/sh

# script/setup: Set up application for the first time after cloning, or set it
#               back to the initial first unused state.

set -e

cd "$(dirname "$0")/.."

script/bootstrap

echo "==> App is now ready to go!"

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
glyptodont-0.3.0 script/setup
glyptodont-0.2.0 script/setup
glyptodont-0.1.0 script/setup