8 lines
51 B
Bash
Executable File
8 lines
51 B
Bash
Executable File
#! /bin/bash
|
|
|
|
while true; do
|
|
./deadlock
|
|
done
|
|
|
|
|