An open API service indexing awesome lists of open source software.

https://github.com/notwithering/wwwww

whoami, whatami, whenami, whereami, whyami
https://github.com/notwithering/wwwww

bash christianity jesus

Last synced: about 1 month ago
JSON representation

whoami, whatami, whenami, whereami, whyami

Awesome Lists containing this project

README

        

# Who, What, When, Where, Why

[![MIT License](https://img.shields.io/badge/License-MIT-a10b31)](https://github.com/notwithering/wwwww/blob/main/LICENSE)
[![Code of Conduct](https://img.shields.io/badge/Code%20of%20Conduct-Faith-f5f5f5)](https://github.com/notwithering/wwwww/blob/main/CODE_OF_CONDUCT.md)

**WWWWW** stands for Who, What, When, Where, and Why. It's a simple bash script to add whatami, whenami, whereami, whyami aliases alongside the built-in whoami command.

The only purpose for writing this to specifically promote the whyami alias which will open up the Holy Bible. Praise the Lord.

```bash
$ whoami # built-in
$USER
$ whatami
$0
$ whenami
${date}
$ whereami
${your state}
$ whyami # praise the lord
${Holy Bible | less}
```

## Executing

```bash
curl https://raw.githubusercontent.com/notwithering/wwwww/main/wwwww.sh | sh
```