mirror of
https://github.com/The-Repo-Club/DotFiles.git
synced 2024-11-28 18:28:39 -05:00
9 lines
90 B
Bash
Executable File
9 lines
90 B
Bash
Executable File
#!/usr/bin/env bash
|
|
|
|
sep() {
|
|
sep=""
|
|
printf "%s" "^c#1e222a^^b#282a36^$sep"
|
|
}
|
|
|
|
sep
|