Can compile now. not working just yet.

This commit is contained in:
Chris Lu
2014-05-12 22:57:23 -07:00
parent 8ceaaa6c4f
commit 328aa48c6a
5 changed files with 209 additions and 4 deletions

View File

@@ -21,16 +21,17 @@ var server *string
var commands = []*Command{
cmdBenchmark,
cmdCompact,
cmdFiler,
cmdFix,
cmdServer,
cmdMaster,
cmdFiler,
cmdUpload,
cmdDownload,
cmdShell,
cmdVersion,
cmdVolume,
cmdExport,
cmdMount,
}
var exitStatus = 0