mirror of
https://github.com/reecetech/version-increment.git
synced 2026-08-18 11:07:50 +00:00
Add initial codebase
This commit is contained in:
9
tests/helper_print-info.bash
Normal file
9
tests/helper_print-info.bash
Normal file
@@ -0,0 +1,9 @@
|
||||
#!/usr/bin/env bash
|
||||
# vim: set ft=sh sw=4 :
|
||||
|
||||
# shellcheck disable=SC2154
|
||||
|
||||
function print_run_info() {
|
||||
echo "status: ${status}"
|
||||
echo "output: ${output}"
|
||||
}
|
||||
Reference in New Issue
Block a user