Skip to content

lokarithm/HandyBashCommands

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 

Repository files navigation

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.

About

Some handy bash files for Linux

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages