Skip to content

Latest commit

 

History

History
50 lines (32 loc) · 1.37 KB

File metadata and controls

50 lines (32 loc) · 1.37 KB

SimpleUSBTools

made-with-bash GitHub last commit GitHub Downloads (all assets, all releases)

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

# 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

# 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