89e287fccfc7aaf9455291719b8a06129d0a124d
Overview
telwho is a command line tool for accessing the PSI phonebook.
Usage
Usage: telwho <expr>
Development
The binary can be (cross)compiled as follows:
export GOPATH=`pwd`
# Linux
GOOS=linux GOARCH=amd64 go build telwho.go
# Windows
GOOS=windows GOARCH=amd64 go build telwho.go
# Mac OS X
GOOS=darwin GOARCH=amd64 go build telwho.go
References
This tool was originally written by:
. =, (\_/) ,= __ __ =,______________(\_/)_______________,=
. /`-'-(")-'-'\ Dr|\ /ichael Boeg| phone:+41-56-310.4588 |
. / (___) \ | \/ | |-- mailto:Michael.Boege@psi.ch |
./.-.-/ " " \-.-.\ | | PSI-SLS |_ http://people.web.psi.ch/boege _|
Description
Languages
Shell
100%