5 lines
85 B
Bash
Raw Normal View History

#!/bin/sh
CLASSPATH=../build/
CLASSPATH=$CLASSPATH:../lib/jedit.jar
export CLASSPATH