sleepingcat4 / shelly

fundamentals of shell programming

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Shell a command-line interface executed scipting language. Which is widely used by programmers to automate mundane tasks. Widely used by Deep Learning experts and AI researchers to automate mundane tasks and download datasets/weights/models executing it.

On Windows
  1. executable generation
  • chmod +x <filename.sh>
  1. running the script
  • ./<filename.sh>

About

fundamentals of shell programming

License:MIT License


Languages

Language:Shell 100.0%