
git-svn-id: file:///srv/svn/repo/mima/trunk@2 d2428f92-30f9-164c-8098-19ee57ce342c
* antifetch A silly reimplementation of nofetch(1) from posix-sh-tools in Go Where most information is provided by yourself! i.e. OS (operating system), ARCH (architecture), and HOST (hostname) ``` ARCH=$(uname -m) HOST=$(hostname) OS=$(uname) go run main.go Should output something like this example: User: akoizumi Editor: emacsclient -q -u -c -t Operating System: FreeBSD Architecture: amd64 Hostname: mizuki Shell: /bin/sh ``` Licensed under DPL-1.1
Description
Languages
Go
80.9%
Makefile
19.1%