Skip to content

intermediatech/help-me-do-it

Repository files navigation

help-me-do-it

Collection of small scripts to make your work easier.

img_resize: This script is useful to create thumb nails for a large set of images.

switch_server: if you have apache2 and nginx installed and want to switch between them.

            Eg for switching to apache2 server..
            # sudo ./switch_server a    
            
            for switching to nginx server..
            # sudo ./switch_server n

webpconv: Converts all jpeg files in a folder to webp image format.

	Usage: ./webpconv <input> <output>
	Eg   : ./webpconv album_jpg album_webp

About

Collection of small scripts to make your work easier.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages