This repository contains all the shell scripts for basic utilities that might come handy in situations. The scripts are written in various programming language like bash, python etc.
../scripts/
├── LICENSE
├── python
├── README.md
└── shell
└── rename.sh
- rename.sh: This scripts renames all the .jpg image files ass 1, 2, 3 and so on in the current directory.
Note: These scripts can be written in python as well to serve their purpose
License: GPLv3