Skip to content

Instantly share code, notes, and snippets.

@MastodonHQ
Created May 13, 2012 05:01
Show Gist options
  • Save MastodonHQ/2681484 to your computer and use it in GitHub Desktop.
Save MastodonHQ/2681484 to your computer and use it in GitHub Desktop.
Really bad install script
#!/bin/bash
cd ./src
echo "Moving usbcat to /usr/bin"
mv usbcat /usr/bin
echo "Moving usbdebug to /usr/bin"
mv usbdebug /usr/bin
echo "Moving usbtool to /usr/bin"
mv usbtool /usr/bin
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment