Skip to content

Latest commit

 

History

History
23 lines (13 loc) · 348 Bytes

README.md

File metadata and controls

23 lines (13 loc) · 348 Bytes

Scripts

This repository contains useful scripts used within in daily operations.

Deleted Files

To find the deleted files between two release.zip packages, use:

./pkg_diff.sh 2.0.0 1.3.0

To find the deleted files between git branch and release.zip package, use:

./pkg_diff_brpkg.sh develop 1.3.0

To be continued.