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
- Host: GitHub
- URL: https://github.com/notwithering/wwwww
- Owner: notwithering
- License: mit
- Created: 2024-04-28T02:15:12.000Z (12 months ago)
- Default Branch: main
- Last Pushed: 2024-04-28T03:16:25.000Z (12 months ago)
- Last Synced: 2024-07-29T17:20:45.603Z (9 months ago)
- Topics: bash, christianity, jesus
- Language: Shell
- Homepage:
- Size: 1.95 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# Who, What, When, Where, Why
[](https://github.com/notwithering/wwwww/blob/main/LICENSE)
[](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
```