https://github.com/shellbear/usbstealer
A simple script to automatically copy all files from USB key when plugged on OSX
https://github.com/shellbear/usbstealer
Last synced: 7 days ago
JSON representation
A simple script to automatically copy all files from USB key when plugged on OSX
- Host: GitHub
- URL: https://github.com/shellbear/usbstealer
- Owner: shellbear
- Created: 2016-10-09T13:30:24.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2017-04-07T22:08:23.000Z (almost 9 years ago)
- Last Synced: 2024-12-31T21:24:16.262Z (about 1 year ago)
- Language: Shell
- Size: 7.81 KB
- Stars: 2
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# USBStealer

By [ShellBear](https://github.com/ShellBear).
## Description
**USBStealer** A simple script to automatically copy all files from USB key when plugged on OSX.
## Installation
Add this on your Terminal :
```git
git clone https://github.com/ShellBear/USBStealer.git
```
Run the following command to install at startup:
```/bin/sh
sh Startup_Install.sh
```
Run the script directly:
```/bin/sh
sh USBStealer.sh
```
If you download directly from your browser make sure to place the script's folder into your root directory
/Users/YOURNAME/
## Usage
There is actually only verbose mode
```/bin/sh
-v : Verbose Mode
```
## Configuration
In order to automatize the transfers without need any action, just run the Startup Install.
## Information
Here's Screenshot

### Known Issues
If you discover any bugs, feel free to create an issue on GitHub fork and
send us a pull request.
## Author
* ShellBear (https://github.com/ShellBear)
Blogspot (http://shellbearblog.blogspot.com)
## Contributing
1. Fork it
2. Create your feature branch (`git checkout -b my-new-feature`)
3. Commit your changes (`git commit -am 'Add some feature'`)
4. Push to the branch (`git push origin my-new-feature`)
5. Create new Pull Request
## License
Use it as you want !