diff options
author | Raymaekers Luca <raymaekers.luca@gmail.com> | 2023-08-14 12:37:22 +0200 |
---|---|---|
committer | Raymaekers Luca <raymaekers.luca@gmail.com> | 2023-08-14 12:37:22 +0200 |
commit | 1176f4b9ad4ba51b33f66ce2b3fe7db7c61a0382 (patch) | |
tree | 6c9fe56e7e18a8941c1351dc5e479e2a9dc04667 /bin | |
parent | 22d2c57240e65df482e30fbe684844c6b173aca2 (diff) |
[saf] removed unused green color
Diffstat (limited to 'bin')
-rwxr-xr-x | bin/common/saf | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/bin/common/saf b/bin/common/saf index dcc43d5..9e31c68 100755 --- a/bin/common/saf +++ b/bin/common/saf @@ -3,7 +3,6 @@ # Simple Ass Fetch by futxlii red="$(printf '\033[31m')" -green="$(printf '\033[32m')" blue="$(printf '\033[34m')" reset="$(printf '\033[0m')" |