Informatik/Assets/Betriebssysteme_uebung/u6-a1-anlage/run.sh

3 lines
59 B
Bash
Raw Normal View History

2021-03-01 15:39:46 +00:00
#!/bin/sh
make --silent ; ./syscall ; echo "[returned $?]"