~ubuntu-branches/ubuntu/utopic/usb-modeswitch/utopic

« back to all changes in this revision

Viewing changes to compile.sh

  • Committer: Bazaar Package Importer
  • Author(s): Didier Raboud
  • Date: 2009-02-14 12:32:43 UTC
  • Revision ID: james.westby@ubuntu.com-20090214123243-ijp89vb7tskyr3ke
Tags: upstream-0.9.6
ImportĀ upstreamĀ versionĀ 0.9.6

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
#!/bin/sh
 
2
gcc -O1 -Wall -o usb_modeswitch usb_modeswitch.c -lusb
 
3
strip usb_modeswitch