6 lines
87 B
Bash
6 lines
87 B
Bash
#!/usr/bin/env sh
|
|
# DEPENDS ON: $SEPERATOR1
|
|
|
|
bsep1() {
|
|
printf '%s' "$SEPERATOR1"
|
|
}
|