SimpleUSBTools
is a Bash program to mount or unmount your USB devices
Mount and/or unmount USBs (That should be self-explanatory)
# 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
# Mount USBs
sudo ./mount_usb.sh
# Unmount USBs
sudo ./unmount_usb.sh
- Clone repo and create a new branch:
$ git checkout https://github.com/logm1lo/SimpleUSBTools -b name_for_new_branch
. - Make changes and test
- 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.