2018-06-02 13:34:22 +02:00
2017-07-27 08:43:58 +02:00
2017-07-27 08:48:27 +02:00
2018-06-02 13:34:22 +02:00

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
No description provided
Readme 47 KiB
Languages
Shell 100%