summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorPaul Phillips <paulp@improving.org>2010-02-15 21:44:28 +0000
committerPaul Phillips <paulp@improving.org>2010-02-15 21:44:28 +0000
commit9132454143c32c39e8b44f2b63789e211fe70643 (patch)
tree08d25ff3532f1b972c4b07c4ce947963126b519b /tools
parent821229741d41ab5a0087ddf289ee01b92e9c0685 (diff)
downloadscala-9132454143c32c39e8b44f2b63789e211fe70643.tar.gz
scala-9132454143c32c39e8b44f2b63789e211fe70643.tar.bz2
scala-9132454143c32c39e8b44f2b63789e211fe70643.zip
Rewrote my own submitted code of a year ago fro...
Rewrote my own submitted code of a year ago from trac and added scalawhich to the tools dir. Closes #657.
Diffstat (limited to 'tools')
-rwxr-xr-xtools/scalawhich4
1 files changed, 4 insertions, 0 deletions
diff --git a/tools/scalawhich b/tools/scalawhich
new file mode 100755
index 0000000000..6a4b1788a8
--- /dev/null
+++ b/tools/scalawhich
@@ -0,0 +1,4 @@
+#!/bin/sh
+#
+
+scala scala.tools.util.Which $*