Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/amlweems/pokedex
motd pokedex (credit to maija for the ascii art)
https://github.com/amlweems/pokedex
Last synced: 7 days ago
JSON representation
motd pokedex (credit to maija for the ascii art)
- Host: GitHub
- URL: https://github.com/amlweems/pokedex
- Owner: amlweems
- Created: 2013-11-20T05:28:25.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2013-11-20T20:17:56.000Z (almost 11 years ago)
- Last Synced: 2023-03-25T15:03:50.495Z (over 1 year ago)
- Language: Shell
- Homepage:
- Size: 172 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
pokedex
=======motd pokedex (credit to maija for the ascii art)
###Setup###
First, we create a symlink for /etc/motd to your home directory (this allows the script to run without root)
```
sudo ln -vs /etc/motd $HOME/.motd
```Then, set up your crontab to run pokedex.sh once per day.
```
0 0 * * * sh $HOME/git/pokedex/pokedex.sh
```And that's it! You'll get a brand new Pokemon in your terminal every day. Enjoy!