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

https://github.com/mr-destructive/shellscripts


https://github.com/mr-destructive/shellscripts

Last synced: about 1 year ago
JSON representation

Awesome Lists containing this project

README

          

# shellscripts

A collection of my shellscripts from posts and past time creations.

- [Crypto Price scrapper](https://github.com/Mr-Destructive/shellscripts/blob/master/crypto.sh)
- [Word meaning scrapper](https://github.com/Mr-Destructive/shellscripts/blob/master/dictonary.sh)
- [Floating Number checker](https://github.com/Mr-Destructive/shellscripts/blob/master/float.sh)
- [Send Mail from Shell](https://github.com/Mr-Destructive/shellscripts/blob/master/mail.sh)
- [Find Prime Factor of a Number](https://github.com/Mr-Destructive/shellscripts/blob/master/primefactor.sh)
- [Get Prime numbers between range](https://github.com/Mr-Destructive/shellscripts/blob/master/primes.sh)