📓 Modified Tutorial template, Modified post
This commit is contained in:
parent
a4723d5022
commit
637b09e61e
|
@ -25,6 +25,9 @@ image:
|
||||||
## Why
|
## Why
|
||||||
<++>
|
<++>
|
||||||
|
|
||||||
|
# Dependencies
|
||||||
|
<++>
|
||||||
|
|
||||||
# Code
|
# Code
|
||||||
<++>
|
<++>
|
||||||
|
|
||||||
|
|
|
@ -42,6 +42,12 @@ In my work flow, the creation of bash script for my system usually contains a fe
|
||||||
|
|
||||||
A bash script would be able to automate these steps by using a single command.
|
A bash script would be able to automate these steps by using a single command.
|
||||||
|
|
||||||
|
# Dependencies
|
||||||
|
These dependencies should already be installed in your system.
|
||||||
|
|
||||||
|
* Unix Shell (Bash/ZSH)
|
||||||
|
* Editor (Vim/Nano/etc.)
|
||||||
|
|
||||||
# Code
|
# Code
|
||||||
|
|
||||||
## Introduction
|
## Introduction
|
||||||
|
|
Loading…
Reference in New Issue