Skip to content

Latest commit

 

History

History
26 lines (13 loc) · 438 Bytes

README.md

File metadata and controls

26 lines (13 loc) · 438 Bytes

HandyBashCommands

Some handy bash files for Linux

001 - Convert HEIC files to jpg format

This bash script will convert all the files with heic extension in that same path to jpg format by default.

  • To use this script to convert to png:
    ./heic-converter.sh -p
  • To use this script to convert to jpg:
    ./heic-converter.sh 

Note that the "-p" option is a bit slower than the jpg format.