Browse Source

Fixed typo

master
Yigit Colakoglu 4 years ago
parent
commit
6dc56b82f8
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      content/posts/supercharge-your-bash-scripts-with-multiprocessing.md

+ 2
- 2
content/posts/supercharge-your-bash-scripts-with-multiprocessing.md View File

@ -6,12 +6,12 @@ authorTwitter = "theFr1nge"
cover = "images/supercharge-your-bash-scripts-with-multiprocessing.png"
tags = ["bash", "scripting", "programming"]
keywords = ["bash", "scripting"]
description = "Bash is a great tool for automating tasks and improving your work flow. However, it is SLOW. Adding multiprocessing to the scripts you write can improve the performance greatly."
description = "Bash is a great tool for automating tasks and improving your workflow. However, it is SLOW. Adding multiprocessing to the scripts you write can improve the performance greatly."
showFullContent = false
draft=false
+++
Bash is a great tool for automating tasks and improving your work flow. However,
Bash is a great tool for automating tasks and improving your workflow. However,
it is ***SLOW***. Adding multiprocessing to the scripts you write can improve
the performance greatly.


Loading…
Cancel
Save