diff options
| author | dylan <dylan.araps@gmail.com> | 2021-06-22 17:45:08 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-06-22 17:45:08 +0000 |
| commit | 4d883884b7ffab8ce2352abd09c786caa491035c (patch) | |
| tree | d04cc450c55e011ae8b6c694928455e5e3575fba | |
| parent | 0905f1011c312609ee3f8e6ff2f0497e6909bcb4 (diff) | |
| parent | d6e7d247604cefdcb8f0312fc7d4dd0ac8d1bf5b (diff) | |
| download | pfetch-4d883884b7ffab8ce2352abd09c786caa491035c.tar.gz | |
Merge pull request #116 from MrVeink/master
Added iglunix to ascii art distros
| -rwxr-xr-x | pfetch | 17 |
1 files changed, 17 insertions, 0 deletions
@@ -1350,6 +1350,23 @@ get_ascii() { EOF ;; + ([Ii]glunix*) + read_ascii <<-EOF + ${c0} | + ${c0} | | + ${c0} | + ${c0} | ________ + ${c0} | /\\ | \\ + ${c0} / \\ | \\ | + ${c0} / \\ \\ | + ${c0} / \\________\\ + ${c0} \\ / / + ${c0} \\ / / + ${c0} \\ / / + ${c0} \\/________/ + EOF + ;; + ([Ii]nstant[Oo][Ss]*) read_ascii <<-EOF ${c0} ,-''-, |
