diff options
| author | MrVeink <joona.holkko@tuta.io> | 2021-06-20 23:28:24 +0300 |
|---|---|---|
| committer | MrVeink <joona.holkko@tuta.io> | 2021-06-20 23:28:24 +0300 |
| commit | 54d6884cfd57de456c68ec4a0e6e1cfea8f510c8 (patch) | |
| tree | 771b0ddcd82c985b189027f244a4ccd481eb6619 | |
| parent | 0905f1011c312609ee3f8e6ff2f0497e6909bcb4 (diff) | |
| download | pfetch-54d6884cfd57de456c68ec4a0e6e1cfea8f510c8.tar.gz | |
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} ,-''-, |
