Skip to content

Commit

Permalink
Changed the author
Browse files Browse the repository at this point in the history
  • Loading branch information
eldraco committed Aug 17, 2013
1 parent b5bf3fa commit d916e99
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 6 deletions.
4 changes: 2 additions & 2 deletions find-vendor.sh
@@ -1,3 +1,3 @@
#!/bin/bash

wget -qO- "http://www.coffer.com/mac_find/?string=$1"|grep -i "class=\"Table2\"><a"|awk -F"q=" '{print $2}'|awk -F\" '{print $1}'
echo -n "$1 | "
wget -qO- "http://www.coffer.com/mac_find/?string=$1"|grep -i "class=\"Table2\"><a"|awk -F"q=" '{print $2}'|awk -F\" '{print $1}'|uniq
7 changes: 3 additions & 4 deletions manageDB.py
Expand Up @@ -52,10 +52,9 @@ def version():
"""

print
print " "+ sys.argv[0] + " Version "+ vernum +" @COPYLEFT "
print " Authors: verovaleros, eldraco, nanojaus "
print " manageDB is a python tool to manage bluedriving database. "
print
print " "+ sys.argv[0] + " Version "+ vernum
print " Authors: Vero Valeros (vero.valeros@gmail.com)"
print " manageDB.py is a tool to manage the bluetooth wardriving utility DB."

def usage():
"""
Expand Down

0 comments on commit d916e99

Please sign in to comment.