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
- Host: GitHub
- URL: https://github.com/logm1lo/simpleusbtools
- Owner: logm1lo
- License: gpl-3.0
- Created: 2024-08-07T18:41:37.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-08-08T03:45:20.000Z (about 1 year ago)
- Last Synced: 2025-01-21T19:15:27.942Z (9 months ago)
- Topics: bash, mount, usb
- Language: Shell
- Homepage:
- Size: 19.5 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README

[](https://www.gnu.org/software/bash/)  
# 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 changesPull 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/)