MkTsNix / DevOps-BootCamp-Bash-Loops

Repo for DevOps BootCamp: Bash Loops tasks

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

DevOps BootCamp: Bash Loops

Task

Develop a script that takes a string as an argument and returns its reverse version, changing uppercase letters to lowercase and back

Check

./loops1.sh "Hello World"

DLROw OLLEh

./loops1.sh "bash"

HSAB

./loops1.sh "EPAM"

mape

About

Repo for DevOps BootCamp: Bash Loops tasks


Languages

Language:Python 82.0%Language:Shell 18.0%