Börjat på labb 5
This commit is contained in:
13
Labb5/test_until.sh
Executable file
13
Labb5/test_until.sh
Executable file
@@ -0,0 +1,13 @@
|
||||
#!/bin/bash
|
||||
|
||||
# Jack-Benny Persson
|
||||
# LX13
|
||||
# Until test
|
||||
|
||||
Time=0
|
||||
|
||||
until [ $Time -eq 59 ]; do
|
||||
Time=`date +%S`
|
||||
echo $Time
|
||||
sleep 1
|
||||
done
|
Reference in New Issue
Block a user