Skip to content

Instantly share code, notes, and snippets.

@MastodonHQ
Created May 13, 2012 04:58
Show Gist options
  • Save MastodonHQ/2681473 to your computer and use it in GitHub Desktop.
Save MastodonHQ/2681473 to your computer and use it in GitHub Desktop.
really 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