BashOOP/example/Static.shc

7 lines
114 B
Bash

# Function declaration.
# NOTE: Properties can't be declared for static classes
Static.print() {
echo "$@"
}