Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
underland
mockturtle_old
Commits
941a7ef5
Commit
941a7ef5
authored
Sep 20, 2016
by
kimon-satan
Browse files
school
parents
Changes
3
Show whitespace changes
Inline
Side-by-side
README.md
0 → 100644
View file @
941a7ef5
###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
View file @
941a7ef5
#!/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"
memories.txt
0 → 100644
View file @
941a7ef5
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment