mirror of
https://github.com/vishapoberon/compiler.git
synced 2026-04-06 08:42:24 +00:00
5 lines
83 B
Bash
Executable file
5 lines
83 B
Bash
Executable file
#!/bin/sh
|
|
. ../testenv.sh
|
|
$OBECOMP hello.mod -m
|
|
./hello >result
|
|
. ../testresult.sh
|