Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/ahmedfaragmostafa/shell-utilities


https://github.com/ahmedfaragmostafa/shell-utilities

bash shell-script

Last synced: about 1 month ago
JSON representation

Awesome Lists containing this project

README

        

![PyPI - Status](https://img.shields.io/pypi/status/Django.svg) [![Open Source Love](https://badges.frapsoft.com/os/v2/open-source.svg?v=103)](https://github.com/ellerbrock/open-source-badges/) ![Read the Docs](https://img.shields.io/readthedocs/pip.svg)
![Plugin on redmine.org](https://img.shields.io/redmine/plugin/rating/redmine_xlsx_format_issue_exporter.svg)

## 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)"
```