Skip to content
Snippets Groups Projects
Commit 941a7ef5 authored by kimon-satan's avatar kimon-satan
Browse files

school

parents
Branches
No related merge requests found
###Mock Turtle
This is the home of the famous Mock Turtle.
Clone this repository and RUNME to find out what to do next.
RUNME.sh 0 → 100755
#!/bin/bash
function pause {
local count=0
while [ $count -lt $1 ]; do
echo ...
sleep 2
let count=count+1
done
}
clear
echo "Hi"
pause 1
echo "Nothing to see here ... move along"
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment