aboutsummaryrefslogtreecommitdiff
path: root/prepare_kuduwa-keshavram.sh
Commit message (Collapse)AuthorAgeFilesLines
* cobol initial implementationTrey Bastian2024-06-241-19/+0
|
* Use bash in prepare scripts (#339)Alexander Yastrebov2024-01-121-1/+1
| | | | | | Prepare scripts that use `#!/bin/sh` and `source "$HOME/.sdkman/bin/sdkman-init.sh"` fail on systems where `sh` is not `bash`, e.g. on Ubuntu it is `dash` which has not `source`.
* Optimised Code and Fixed Tests (#314)Keshavram Kuduwa2024-01-111-0/+19
Co-authored-by: Keshavram Kuduwa <keshavram.kuduwa@apptware.com>