Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/msankhala/cowsayfun
Cowsay fun shell script to print random cowsay character with fortune quote.
https://github.com/msankhala/cowsayfun
Last synced: about 2 months ago
JSON representation
Cowsay fun shell script to print random cowsay character with fortune quote.
- Host: GitHub
- URL: https://github.com/msankhala/cowsayfun
- Owner: msankhala
- Created: 2013-06-14T11:36:28.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2013-06-14T11:46:17.000Z (over 11 years ago)
- Last Synced: 2024-04-29T21:21:58.900Z (8 months ago)
- Language: Shell
- Size: 103 KB
- Stars: 2
- Watchers: 4
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## cowsay fun
This is simple script which i created to print quotes from **fortune** linux utility with random **cowsay** charactors.### Requirement
Before running this you should have installed the _fortune_ and _cowsay_ packages. I am using Mac so i installed these packages using port.#### Mac
```shell
sudo port install fortune cowsay
```### Linux
#### Fedora
```shell
sudo yum install fortune cowsay
```
#### Ubuntu
```shell
sudo apt-get install fortune cowsay
```> You can add this script to your bash config file.(i.e. ~/.bashrc or ~/.bash_profile) to print fortume quote with random cowsay character each time you login to shell. Have Fun :)