https://github.com/ahmedfaragmostafa/shell-utilities
https://github.com/ahmedfaragmostafa/shell-utilities
bash shell-script
Last synced: 9 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/ahmedfaragmostafa/shell-utilities
- Owner: ahmedfaragmostafa
- Created: 2018-11-24T10:26:05.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2019-01-07T12:30:36.000Z (over 7 years ago)
- Last Synced: 2025-04-09T13:11:23.297Z (about 1 year ago)
- Topics: bash, shell-script
- Language: Shell
- Size: 3.91 KB
- Stars: 5
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
 [](https://github.com/ellerbrock/open-source-badges/) 

## shell utilities
### Download Google drive file
```sh
sh -c "$(curl -fsSL https://raw.githubusercontent.com/ahmedfaragmostafa/shell-utilities/master/drive-downloader.sh)" FILE_ID
```
### clean docker old docker volumes .......etc
```sh
sh -c "$(curl -fsSL https://raw.githubusercontent.com/ahmedfaragmostafa/shell-utilities/master/docker-cleanup.sh)"
```
### clean docker all docker images - containers - volumes - networks .......etc
```sh
sh -c "$(curl -fsSL https://raw.githubusercontent.com/ahmedfaragmostafa/shell-utilities/master/docker-cleanup-all.sh)"
```