π«
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/bin/env sh | |
########################################################################################## | |
# # | |
# ββββββββ ββββββββββββββ ββββββββββββββββββββ ββββββββββββββ βββ βββββββ βββββββββ # | |
# βββββββββββββββββββββββββββββββββββββββββββββ ββββββββββββββ βββββββββββββββββββββ # | |
# βββββββββββ ββββββββββββββ ββββββ ββββββ ββββββββββββββββββββββ βββ βββ # | |
# βββββββββββ ββββββββββββββ ββββββ βββββββββββββββββββββββββββββ βββ βββ # | |
# βββββββββββββββββββ ββββββββββββββββββββββ βββββββββββββββββ ββββββββββββ βββ # | |
# ββββββββ ββββββββββ ββββββββββββββββββββββ ββββββββββββββββ βββ βββββββ βββ # |
This file has been truncated, but you can view the full file.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
settings: | |
label-color: "&f" | |
show-health: false | |
priority: 10 | |
lines: | |
title: | |
frames: | |
- "Bad Apple" | |
random: false | |
interval: 200 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
(* | |
* | |
* @Author <a href="https://github.com/takahatashun"> TakahataShun </a> | |
* @Version <b> 1.0 </b> | |
* | |
*) | |
unit StringUtils; | |
interface |