Informatik/Assets/Betriebssysteme_uebung/u6-a1-anlage/run.sh
2021-03-01 16:39:46 +01:00

3 lines
59 B
Bash

#!/bin/sh
make --silent ; ./syscall ; echo "[returned $?]"