index
:
zsu
master
a utility for working with files in ZFS snapshots
Furkan Sahin
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
cmd
/
cat.go
blob: 99b48fb5eb35b48b46737f7d89b50c52769809d4 (
plain
)
1
2
3
4
5
6
7
8
9
package cmd import ( "fmt" ) func Cat(params []string) { fmt.Println(params) }