add func convertCase to convert to uppercase
This commit is contained in:
parent
e96be80410
commit
758e00edfc
@ -3,6 +3,10 @@
|
||||
### entrypoint script for mariadb container
|
||||
#
|
||||
|
||||
convertCase () {
|
||||
printf "%s" "$1" | tr "[:lower:]" "[:upper:]"
|
||||
}
|
||||
|
||||
# instantiate variables
|
||||
sqlCmd='/tmp/cmd.sql'
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user