소스 검색

Added shell script similar to batch file for Windows

git-svn-id: https://svn.inf.ethz.ch/svn/lecturers/a2/trunk@7891 8c9fc860-2736-0410-a75d-ab315db34111
negelef 7 년 전
부모
커밋
deb0cc0522
2개의 변경된 파일8개의 추가작업 그리고 0개의 파일을 삭제
  1. 4 0
      Linux32G/a2.sh
  2. 4 0
      Linux64G/a2.sh

+ 4 - 0
Linux32G/a2.sh

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

+ 4 - 0
Linux64G/a2.sh

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