From 9ffce3d48ab7a57ccb0aceb74649badeea8c213c Mon Sep 17 00:00:00 2001 From: Emmanuel Bourg Date: Fri, 25 Sep 2015 11:45:00 +0200 Subject: Removed the unused classpath-from-jars-1 example --- examples/classpath-from-jars-1 | 12 ------------ 1 file changed, 12 deletions(-) delete mode 100644 examples/classpath-from-jars-1 (limited to 'examples/classpath-from-jars-1') diff --git a/examples/classpath-from-jars-1 b/examples/classpath-from-jars-1 deleted file mode 100644 index bea5802..0000000 --- a/examples/classpath-from-jars-1 +++ /dev/null @@ -1,12 +0,0 @@ -# No shebang here: you have to source this file or to include -# it into a shell startup file, since it changes the environment. -# Bourne shell syntax. - -# From: Aaron Brashears - -for jar in /usr/share/java/*.jar ; do - CLASSPATH=${CLASSPATH}:$jar -done - - - -- cgit v1.2.3