mirror of
https://github.com/Dannecron/netology-devops.git
synced 2025-12-25 23:32:37 +03:00
add notes 04-yaml, move homework 4.1 to subdirectory
This commit is contained in:
9
src/homework/04-script/4.1/q1_script.sh
Executable file
9
src/homework/04-script/4.1/q1_script.sh
Executable file
@@ -0,0 +1,9 @@
|
||||
#!/usr/bin/env bash
|
||||
|
||||
a=1
|
||||
b=2
|
||||
c=a+b
|
||||
d=$a+$b
|
||||
e=$(($a+$b))
|
||||
|
||||
echo a=$a b=$b c=$c d=$d e=$e
|
||||
Reference in New Issue
Block a user