11 lines
288 B
Plaintext
11 lines
288 B
Plaintext
* 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
|
|
```
|
|
|
|
Licensed under DPL-1.1 |