7 lines
80 B
Bash
7 lines
80 B
Bash
#! /bin/sh -
|
|
cp /vmunix /tmp/vmunix
|
|
while cmp /vmunix /tmp/vmunix
|
|
do
|
|
echo
|
|
done
|