summaryrefslogtreecommitdiffstats
path: root/bin/README.md
Commit message (Collapse)AuthorAgeFilesLines
* Remove the checkposix script (#3122)Dana Robinson2023-06-141-1/+0
| | | | | This script was used to ensure that all non-HDF5 calls were prefixed with 'HD'. We are removing this scheme so this script is no longer needed.
* Removes bin/deploy, which just calls h5redeploy under the hood (#2027)Dana Robinson2022-08-191-1/+0
|
* Update bin/README.mdDana Robinson2022-08-171-2/+2
| | | Correct missing space after # and ##
* Adds a TODO section to bin/README.md (#2028)Dana Robinson2022-08-171-0/+5
| | | Mainly to address the semi-broken state of chkcopyright
* Adds a README.md file to bin that indicates script usage (#2024)Dana Robinson2022-08-171-0/+27
* Adds a README.md file to bin that indicates script usage * Forgot header row