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

https://github.com/logm1lo/simpleusbtools

A Bash program to mount or unmount your USB devices
https://github.com/logm1lo/simpleusbtools

bash mount usb

Last synced: 7 months ago
JSON representation

A Bash program to mount or unmount your USB devices

Awesome Lists containing this project

README

          

![SimpleUSBTools](https://github.com/user-attachments/assets/d6642dae-2588-4d8b-b019-3e26ba7d49b7)

[![made-with-bash](https://img.shields.io/badge/Made%20with-Bash-1f425f.svg)](https://www.gnu.org/software/bash/) ![GitHub last commit](https://img.shields.io/github/last-commit/logm1lo/SimpleUSBTools) ![GitHub Downloads (all assets, all releases)](https://img.shields.io/github/downloads/logm1lo/SimpleUSBTools/total)

# SimpleUSBTools

```SimpleUSBTools``` is a Bash program to mount or unmount your USB devices

## Features
Mount and/or unmount USBs (That should be self-explanatory)

## Installation

```bash
# Git clone the repository
git clone https://github.com/logm1lo/SimpleUSBTools

# Locate into the directory
cd SimpleUSBTools

# Set Permission
chmod +x scripts/mount_usb.sh \
chmod +x scripts/unmount_usb.sh
```

## How To Use

```bash
# Mount USBs
sudo ./mount_usb.sh

# Unmount USBs
sudo ./unmount_usb.sh
```

## How to Contribute
1. Clone repo and create a new branch: ```$ git checkout https://github.com/logm1lo/SimpleUSBTools -b name_for_new_branch```.
2. Make changes and test
3. Submit Pull Request with comprehensive description of changes

Pull requests are welcome. For major changes, please open an issue first
to discuss what you would like to change.

Please make sure to update tests as appropriate.

## License

[GPL](https://choosealicense.com/licenses/gpl-3.0/)