bdwmb/modules/sep1
Ari Archer b79b778e57
update @ Wed 16 Feb 22:53:03 EET 2022
Signed-off-by: Ari Archer <truncateddinosour@gmail.com>
2022-02-16 22:53:03 +02:00

6 lines
87 B
Bash

#!/usr/bin/env sh
# DEPENDS ON: $SEPERATOR1
bsep1() {
printf '%s' "$SEPERATOR1"
}