fixed separator method to support character choice
authorFred T. Hamster <fred@gruntose.com>
Thu, 5 Dec 2024 01:22:56 +0000 (20:22 -0500)
committerFred T. Hamster <fred@gruntose.com>
Thu, 5 Dec 2024 01:22:56 +0000 (20:22 -0500)
commit8c841c1d8c1c72978167c16bbb192348d0d483f4
tree08bc1f81143b1d865cc133d3235204d468e8d849
parentf1e5537bd1290d2ba412d9d8d69902c7d8f6b2d8
fixed separator method to support character choice

separator now accepts a count and a character string, so like:
$ sep 4 "arf-"
generates:
arf-arf-arf-arf-
nice!
and fixed 's' alias to use separator function instead of being a hard-coded line of pound signs.
scripts/core/common.alias
scripts/core/functions.sh