6 lines
64 B
Bash
6 lines
64 B
Bash
#!/usr/bin/env sh
|
|
# DEPENDS ON: NONE
|
|
|
|
bpad() {
|
|
printf ' '
|
|
}
|