Add commands 'cat','list' and 'ls'

This commit is contained in:
Alexander Neumann 2014-10-05 14:44:59 +02:00
parent f848afed27
commit 09702c1c61
5 changed files with 243 additions and 11 deletions

View file

@ -124,6 +124,8 @@ func init() {
commands["restore"] = commandRestore
commands["list"] = commandList
commands["snapshots"] = commandSnapshots
commands["cat"] = commandCat
commands["ls"] = commandLs
}
func main() {