Börjat på labb 5
This commit is contained in:
15
Labb5/ovning3.sh
Executable file
15
Labb5/ovning3.sh
Executable file
@@ -0,0 +1,15 @@
|
||||
#!/bin/bash
|
||||
|
||||
# Jack-Benny Persson
|
||||
# LX13
|
||||
# Övning 3, labb 5
|
||||
|
||||
File="while.dat"
|
||||
|
||||
while [ ! -f $File ]; do
|
||||
sleep 1
|
||||
done
|
||||
|
||||
echo "Filen $File hittades!"
|
||||
|
||||
exit 0
|
Reference in New Issue
Block a user