ソースを参照

Added missing commit

git-svn-id: https://svn.inf.ethz.ch/svn/lecturers/a2/trunk@8054 8c9fc860-2736-0410-a75d-ab315db34111
negelef 7 年 前
コミット
799d4437e0
1 ファイル変更1 行追加3 行削除
  1. 1 3
      Linux64/a2.sh

+ 1 - 3
Linux64/a2.sh

@@ -1,4 +1,2 @@
 #!/bin/sh
-
-dir=$(cd `dirname $0` && pwd)
-$dir/oberon run $dir/a2.txt
+cd `dirname $0` && ./oberon run a2.txt