adding rest of files from last push

This commit is contained in:
Chris Punches
2024-02-09 02:04:57 -05:00
parent 1f9ca13476
commit 5ddeaeeacb
6 changed files with 143 additions and 0 deletions

View File

@@ -0,0 +1,10 @@
#!/bin/bash
set -u
export LC_ALL=C
expected_version="$1"
app="bash"
ver_check $app $expected_version || echofail "$app $expected_version check failed."
exit $?