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