Skip to content

Instantly share code, notes, and snippets.

View unex's full-sized avatar
๐Ÿ’ญ
๐Ÿ‘‰๐Ÿ˜Ž๐Ÿ‘‰

unex unex

๐Ÿ’ญ
๐Ÿ‘‰๐Ÿ˜Ž๐Ÿ‘‰
View GitHub Profile
dsafasfasdfhgf
jkglj
j
j
j
jj
j
#!/bin/sh
API_KEY=""
set -eu
mkdir -p "/usr/local/share/ntopng/httpdocs/geoip"
TEMPDIR="$(mktemp -d "/usr/local/share/ntopng/httpdocs/geoip/MMDB-XXXXXX")"
trap 'rc=$? ; set +e ; rm -rf "'"$TEMPDIR"'" ; exit $rc' 0