all tasks
This commit is contained in:
parent
b83f433714
commit
68f8f3e56b
14735 changed files with 178959 additions and 0 deletions
2
Task/Topic-variable/UNIX-Shell/topic-variable.sh
Normal file
2
Task/Topic-variable/UNIX-Shell/topic-variable.sh
Normal file
|
|
@ -0,0 +1,2 @@
|
|||
multiply 3 4 # We assume this user defined function has been previously defined
|
||||
echo $? # This will output 12, but $? will now be zero indicating a successful echo
|
||||
Loading…
Add table
Add a link
Reference in a new issue