Change avatar
This commit is contained in:
parent
6edcba1f3f
commit
cca5fafae6
Binary file not shown.
Before Width: | Height: | Size: 875 KiB After Width: | Height: | Size: 92 KiB |
|
@ -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"; }
|
||||
|
|
Loading…
Reference in New Issue