aboutsummaryrefslogtreecommitdiff
path: root/prepare_hundredwatt.sh
Commit message (Collapse)AuthorAgeFilesLines
* cobol initial implementationTrey Bastian2024-06-241-19/+0
|
* Use bash in prepare scripts (#339)Alexander Yastrebov2024-01-121-2/+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`.
* create fork hundredwatt (#279)Jason Nochlin2024-01-111-0/+20
Co-authored-by: Jason Nochlin <hundredwatt@users.noreply.github.com>