CSC-4730 / Lab_Examples / threads-bugs / deadlock_run.sh
deadlock_run.sh
Raw
#! /bin/bash

while true; do
    ./deadlock
done