Change avatar

This commit is contained in:
Emil Dabrowski 2022-12-21 22:34:52 +01:00
parent 6edcba1f3f
commit cca5fafae6
2 changed files with 1 additions and 1 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 875 KiB

After

Width:  |  Height:  |  Size: 92 KiB

View File

@ -1,6 +1,6 @@
#!/bin/bash
version="0.2.1"
version="0.2.2"
script_dir=$( cd -- "$( dirname -- "${BASH_SOURCE[0]}" )" &> /dev/null && pwd )
tmp_dir="$(mktemp -d --suffix=-web)"
cleanup () { rm -Rfv "$tmp_dir"; }