repo.or.cz
/
aur-mirror.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
updated on Sat Jan 14 00:11:12 UTC 2012
[aur-mirror.git]
/
dupemusicmatch
/
dmm.launcher
blob
bb33f2e3e7efbcde3bf1cd43f54e0b8e1d4f855e
1
#!/bin/bash
2
3
unset
GUI
4
for
param
in
"$@"
;
do
5
[[
$param
=
'-gui'
]] &&
GUI
=
-GTK
6
done
7
8
cd
/
usr
/
shar
e
/
dupemusicmatch
9
exec
python2 .
/
DupeMusicMatch
$GUI
.py
"$@"