index
:
uptfs.git
main
Undeclared Purpose Text Filtering System (uptfs)
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
main.go
blob: 10c5c9ab1dfe737073b15249615530801974c364 (
plain
)
1
2
3
4
5
6
7
package
main
import
"uptfs/cmd"
func
main
()
{
cmd
.
Run
()
}