# defunct -- coded into HttpExp.TestConnSf.reconfigureServer
#!/bin/csh
set host = 'shovel'
set modes = (nosign nocache cache)
echo > timedata/snowflake-signs-${host}-$mode
foreach mode ($modes)
	nc shovel 8041 < timedata/conf-$mode
	java timingexp.GenerateTestCases -mode=snowflake-signs -runTests=false >> timedata/snowflake-signs-${host}-$mode
end
