borsize.sh/README.md
2023-06-15 07:33:39 +02:00

20 lines
No EOL
400 B
Markdown

# borsize.sh
Script that automates the addition of borders and then resizes the desired image(s).
## Requirements :
- Imagemagick
## Use
Add an alias to your `.bashrc` or `bash_profile`.
```bash
# Borsize
alias borsize="$HOME/your_path/borsize.sh"
```
Once done, save and close the file. Make the aliases available in your current session by typing:
```
source ~/.bash.rc or .bash_profile
```