Sha256: 270e8f8aba861f159d34a314ffa37a8ae8a3b046123b03668d563ec77e5c4037
Contents?: true
Size: 441 Bytes
Versions: 4
Compression:
Stored size: 441 Bytes
Contents
#!/bin/bash # # starting the tt servers (standard + table) # TMP=`pwd`/tmp # so that tt doesn't complain about relative paths... [ -d $TMP ] || mkdir $TMP ttserver \ -dmn \ -ext `pwd`/spec/incr.lua \ -port 45000 \ -pid $TMP/t_spec.pid -rts $TMP/t_spec.rts \ -log $TMP/t.log \ $TMP/tyrant.tch ttserver \ -dmn \ -port 45001 \ -pid $TMP/tt_spec.pid -rts $TMP/tt_spec.rts \ -log $TMP/tt.log \ $TMP/tyrant_table.tct
Version data entries
4 entries across 4 versions & 1 rubygems