Initial data commit
This commit is contained in:
parent
72d218235f
commit
f23f22d71c
199087 changed files with 3378941 additions and 0 deletions
2
Task/Literals-String/UNIX-Shell/literals-string-1.sh
Normal file
2
Task/Literals-String/UNIX-Shell/literals-string-1.sh
Normal file
|
|
@ -0,0 +1,2 @@
|
|||
echo "The boy said 'hello'."
|
||||
echo 'The girl said "hello" too.'
|
||||
1
Task/Literals-String/UNIX-Shell/literals-string-2.sh
Normal file
1
Task/Literals-String/UNIX-Shell/literals-string-2.sh
Normal file
|
|
@ -0,0 +1 @@
|
|||
print "The man said \"hello\".";
|
||||
6
Task/Literals-String/UNIX-Shell/literals-string-3.sh
Normal file
6
Task/Literals-String/UNIX-Shell/literals-string-3.sh
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
cat << END
|
||||
1, High Street,
|
||||
SMALLTOWN,
|
||||
West Midlands.
|
||||
WM4 5HD.
|
||||
END
|
||||
Loading…
Add table
Add a link
Reference in a new issue