https://github.com/mr-destructive/shellscripts
https://github.com/mr-destructive/shellscripts
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/mr-destructive/shellscripts
- Owner: Mr-Destructive
- Created: 2021-09-25T15:31:24.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2022-01-27T16:59:43.000Z (over 4 years ago)
- Last Synced: 2025-01-29T20:37:20.788Z (over 1 year ago)
- Language: Shell
- Size: 2.93 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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)