File: mp3edit

package info (click to toggle)
gworkspace 1.1.0-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 15,124 kB
  • sloc: objc: 71,982; sh: 488; makefile: 43
file content (9 lines) | stat: -rwxr-xr-x 78 bytes parent folder | download | duplicates (20)
1
2
3
4
5
6
7
8
9
#!/bin/sh

APP=easytag

if [ $# -eq 2 ] ; then
  $APP "$2" &
else
  $APP &
fi