File: run

package info (click to toggle)
jftp 1.60%2Bdfsg-2
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 6,268 kB
  • ctags: 7,519
  • sloc: java: 21,584; xml: 187; sh: 15; makefile: 13
file content (11 lines) | stat: -rw-r--r-- 132 bytes parent folder | download | duplicates (7)
1
2
3
4
5
6
7
8
9
10
11
#!/bin/bash

dir=`dirname $0`
cd $dir/build

if test -z "$1" ; then
	java -jar jars/jftp.jar
else
	java -jar jars/jftp.jar "$1"
fi