Sha256: e248cc9e54b6ed98d55e522d20105ddcb47cee9717ea538b02ee28c6fe58975e

Contents?: true

Size: 150 Bytes

Versions: 2

Compression:

Stored size: 150 Bytes

Contents

#!/bin/sh

if [ 1 != $# ]; then
  echo "usage: $0 db_path"
  exit 1
fi

if groonga --file ddl.grn -n $1 > /dev/null; then
  echo "db initialized."
fi

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
rroonga-1.1.0-x86-mingw32 vendor/local/share/groonga/examples/dictionary/init_db.sh
rroonga-1.0.1-x86-mingw32 vendor/local/share/groonga/examples/dictionary/init_db.sh