#!/bin/sh # This script was generated using Makeself 2.5.0 # The license covering this archive and its contents, if any, is wholly independent of the Makeself license (GPL) ORIG_UMASK=`umask` if test "n" = n; then umask 077 fi CRCsum="3776891039" MD5="90b28314400e400ac46bef5e79fcaf49" SHA="0000000000000000000000000000000000000000000000000000000000000000" SIGNATURE="" TMPROOT=${TMPDIR:=/tmp} USER_PWD="$PWD" export USER_PWD ARCHIVE_DIR=`dirname "$0"` export ARCHIVE_DIR label="gl-inet script" script="./gl-inet.sh" scriptargs="" cleanup_script="" licensetxt="" helpheader="" targetdir="makeself-2310-20230915163226" filesizes="31683" totalsize="31683" keep="n" nooverwrite="n" quiet="n" accept="n" nodiskspace="n" export_conf="n" decrypt_cmd="" skip="714" print_cmd_arg="" if type printf > /dev/null; then print_cmd="printf" elif test -x /usr/ucb/echo; then print_cmd="/usr/ucb/echo" else print_cmd="echo" fi if test -d /usr/xpg4/bin; then PATH=/usr/xpg4/bin:$PATH export PATH fi if test -d /usr/sfw/bin; then PATH=$PATH:/usr/sfw/bin export PATH fi unset CDPATH MS_Printf() { $print_cmd $print_cmd_arg "$1" } MS_PrintLicense() { PAGER=${PAGER:=more} if test x"$licensetxt" != x; then PAGER_PATH=`exec <&- 2>&-; which $PAGER || command -v $PAGER || type $PAGER` if test -x "$PAGER_PATH"; then echo "$licensetxt" | $PAGER else echo "$licensetxt" fi if test x"$accept" != xy; then while true do MS_Printf "Please type y to accept, n otherwise: " read yn if test x"$yn" = xn; then keep=n eval $finish; exit 1 break; elif test x"$yn" = xy; then break; fi done fi fi } MS_diskspace() { ( df -k "$1" | tail -1 | awk '{ if ($4 ~ /%/) {print $3} else {print $4} }' ) } MS_dd() { blocks=`expr $3 / 1024` bytes=`expr $3 % 1024` # Test for ibs, obs and conv feature if dd if=/dev/zero of=/dev/null count=1 ibs=512 obs=512 conv=sync 2> /dev/null; then dd if="$1" ibs=$2 skip=1 obs=1024 conv=sync 2> /dev/null | \ { test $blocks -gt 0 && dd ibs=1024 obs=1024 count=$blocks ; \ test $bytes -gt 0 && dd ibs=1 obs=1024 count=$bytes ; } 2> /dev/null else dd if="$1" bs=$2 skip=1 2> /dev/null fi } MS_dd_Progress() { if test x"$noprogress" = xy; then MS_dd "$@" return $? fi file="$1" offset=$2 length=$3 pos=0 bsize=4194304 while test $bsize -gt $length; do bsize=`expr $bsize / 4` done blocks=`expr $length / $bsize` bytes=`expr $length % $bsize` ( dd ibs=$offset skip=1 count=1 2>/dev/null pos=`expr $pos \+ $bsize` MS_Printf " 0%% " 1>&2 if test $blocks -gt 0; then while test $pos -le $length; do dd bs=$bsize count=1 2>/dev/null pcent=`expr $length / 100` pcent=`expr $pos / $pcent` if test $pcent -lt 100; then MS_Printf "\b\b\b\b\b\b\b" 1>&2 if test $pcent -lt 10; then MS_Printf " $pcent%% " 1>&2 else MS_Printf " $pcent%% " 1>&2 fi fi pos=`expr $pos \+ $bsize` done fi if test $bytes -gt 0; then dd bs=$bytes count=1 2>/dev/null fi MS_Printf "\b\b\b\b\b\b\b" 1>&2 MS_Printf " 100%% " 1>&2 ) < "$file" } MS_Help() { cat << EOH >&2 Makeself version 2.5.0 1) Getting help or info about $0 : $0 --help Print this message $0 --info Print embedded info : title, default target directory, embedded script ... $0 --lsm Print embedded lsm entry (or no LSM) $0 --list Print the list of files in the archive $0 --check Checks integrity of the archive $0 --verify-sig key Verify signature agains a provided key id 2) Running $0 : $0 [options] [--] [additional arguments to embedded script] with following options (in that order) --confirm Ask before running embedded script --quiet Do not print anything except error messages --accept Accept the license --noexec Do not run embedded script (implies --noexec-cleanup) --noexec-cleanup Do not run embedded cleanup script --keep Do not erase target directory after running the embedded script --noprogress Do not show the progress during the decompression --nox11 Do not spawn an xterm --nochown Do not give the target folder to the current user --chown Give the target folder to the current user recursively --nodiskspace Do not check for available disk space --target dir Extract directly to a target directory (absolute or relative) This directory may undergo recursive chown (see --nochown). --tar arg1 [arg2 ...] Access the contents of the archive through the tar command --ssl-pass-src src Use the given src as the source of password to decrypt the data using OpenSSL. See "PASS PHRASE ARGUMENTS" in man openssl. Default is to prompt the user to enter decryption password on the current terminal. --cleanup-args args Arguments to the cleanup script. Wrap in quotes to provide multiple arguments. -- Following arguments will be passed to the embedded script${helpheader} EOH } MS_Verify_Sig() { GPG_PATH=`exec <&- 2>&-; which gpg || command -v gpg || type gpg` MKTEMP_PATH=`exec <&- 2>&-; which mktemp || command -v mktemp || type mktemp` test -x "$GPG_PATH" || GPG_PATH=`exec <&- 2>&-; which gpg || command -v gpg || type gpg` test -x "$MKTEMP_PATH" || MKTEMP_PATH=`exec <&- 2>&-; which mktemp || command -v mktemp || type mktemp` offset=`head -n "$skip" "$1" | wc -c | sed "s/ //g"` temp_sig=`mktemp -t XXXXX` echo $SIGNATURE | base64 --decode > "$temp_sig" gpg_output=`MS_dd "$1" $offset $totalsize | LC_ALL=C "$GPG_PATH" --verify "$temp_sig" - 2>&1` gpg_res=$? rm -f "$temp_sig" if test $gpg_res -eq 0 && test `echo $gpg_output | grep -c Good` -eq 1; then if test `echo $gpg_output | grep -c $sig_key` -eq 1; then test x"$quiet" = xn && echo "GPG signature is good" >&2 else echo "GPG Signature key does not match" >&2 exit 2 fi else test x"$quiet" = xn && echo "GPG signature failed to verify" >&2 exit 2 fi } MS_Check() { OLD_PATH="$PATH" PATH=${GUESS_MD5_PATH:-"$OLD_PATH:/bin:/usr/bin:/sbin:/usr/local/ssl/bin:/usr/local/bin:/opt/openssl/bin"} MD5_ARG="" MD5_PATH=`exec <&- 2>&-; which md5sum || command -v md5sum || type md5sum` test -x "$MD5_PATH" || MD5_PATH=`exec <&- 2>&-; which md5 || command -v md5 || type md5` test -x "$MD5_PATH" || MD5_PATH=`exec <&- 2>&-; which digest || command -v digest || type digest` PATH="$OLD_PATH" SHA_PATH=`exec <&- 2>&-; which shasum || command -v shasum || type shasum` test -x "$SHA_PATH" || SHA_PATH=`exec <&- 2>&-; which sha256sum || command -v sha256sum || type sha256sum` if test x"$quiet" = xn; then MS_Printf "Verifying archive integrity..." fi offset=`head -n "$skip" "$1" | wc -c | sed "s/ //g"` fsize=`cat "$1" | wc -c | sed "s/ //g"` if test $totalsize -ne `expr $fsize - $offset`; then echo " Unexpected archive size." >&2 exit 2 fi verb=$2 i=1 for s in $filesizes do crc=`echo $CRCsum | cut -d" " -f$i` if test -x "$SHA_PATH"; then if test x"`basename $SHA_PATH`" = xshasum; then SHA_ARG="-a 256" fi sha=`echo $SHA | cut -d" " -f$i` if test x"$sha" = x0000000000000000000000000000000000000000000000000000000000000000; then test x"$verb" = xy && echo " $1 does not contain an embedded SHA256 checksum." >&2 else shasum=`MS_dd_Progress "$1" $offset $s | eval "$SHA_PATH $SHA_ARG" | cut -b-64`; if test x"$shasum" != x"$sha"; then echo "Error in SHA256 checksums: $shasum is different from $sha" >&2 exit 2 elif test x"$quiet" = xn; then MS_Printf " SHA256 checksums are OK." >&2 fi crc="0000000000"; fi fi if test -x "$MD5_PATH"; then if test x"`basename $MD5_PATH`" = xdigest; then MD5_ARG="-a md5" fi md5=`echo $MD5 | cut -d" " -f$i` if test x"$md5" = x00000000000000000000000000000000; then test x"$verb" = xy && echo " $1 does not contain an embedded MD5 checksum." >&2 else md5sum=`MS_dd_Progress "$1" $offset $s | eval "$MD5_PATH $MD5_ARG" | cut -b-32`; if test x"$md5sum" != x"$md5"; then echo "Error in MD5 checksums: $md5sum is different from $md5" >&2 exit 2 elif test x"$quiet" = xn; then MS_Printf " MD5 checksums are OK." >&2 fi crc="0000000000"; verb=n fi fi if test x"$crc" = x0000000000; then test x"$verb" = xy && echo " $1 does not contain a CRC checksum." >&2 else sum1=`MS_dd_Progress "$1" $offset $s | CMD_ENV=xpg4 cksum | awk '{print $1}'` if test x"$sum1" != x"$crc"; then echo "Error in checksums: $sum1 is different from $crc" >&2 exit 2 elif test x"$quiet" = xn; then MS_Printf " CRC checksums are OK." >&2 fi fi i=`expr $i + 1` offset=`expr $offset + $s` done if test x"$quiet" = xn; then echo " All good." fi } MS_Decompress() { if test x"$decrypt_cmd" != x""; then { eval "$decrypt_cmd" || echo " ... Decryption failed." >&2; } | eval "gzip -cd" else eval "gzip -cd" fi if test $? -ne 0; then echo " ... Decompression failed." >&2 fi } UnTAR() { if test x"$quiet" = xn; then tar $1vf - 2>&1 || { echo " ... Extraction failed." >&2; kill -15 $$; } else tar $1f - 2>&1 || { echo Extraction failed. >&2; kill -15 $$; } fi } MS_exec_cleanup() { if test x"$cleanup" = xy && test x"$cleanup_script" != x""; then cleanup=n cd "$tmpdir" eval "\"$cleanup_script\" $scriptargs $cleanupargs" fi } MS_cleanup() { echo 'Signal caught, cleaning up' >&2 MS_exec_cleanup cd "$TMPROOT" rm -rf "$tmpdir" eval $finish; exit 15 } finish=true xterm_loop= noprogress=n nox11=n copy=none ownership=n verbose=n cleanup=y cleanupargs= sig_key= initargs="$@" while true do case "$1" in -h | --help) MS_Help exit 0 ;; -q | --quiet) quiet=y noprogress=y shift ;; --accept) accept=y shift ;; --info) echo Identification: "$label" echo Target directory: "$targetdir" echo Uncompressed size: 108 KB echo Compression: gzip if test x"n" != x""; then echo Encryption: n fi echo Date of packaging: Fri Sep 15 16:32:26 CST 2023 echo Built with Makeself version 2.5.0 echo Build command was: "./makeself.sh \\ \".\" \\ \"/Users/wukongguoqu/Documents/GitHub/scriptdemo/mt3000/gl-inet.run\" \\ \"gl-inet script\" \\ \"./gl-inet.sh\"" if test x"$script" != x; then echo Script run after extraction: echo " " $script $scriptargs fi if test x"" = xcopy; then echo "Archive will copy itself to a temporary location" fi if test x"n" = xy; then echo "Root permissions required for extraction" fi if test x"n" = xy; then echo "directory $targetdir is permanent" else echo "$targetdir will be removed after extraction" fi exit 0 ;; --dumpconf) echo LABEL=\"$label\" echo SCRIPT=\"$script\" echo SCRIPTARGS=\"$scriptargs\" echo CLEANUPSCRIPT=\"$cleanup_script\" echo archdirname=\"makeself-2310-20230915163226\" echo KEEP=n echo NOOVERWRITE=n echo COMPRESS=gzip echo filesizes=\"$filesizes\" echo totalsize=\"$totalsize\" echo CRCsum=\"$CRCsum\" echo MD5sum=\"$MD5sum\" echo SHAsum=\"$SHAsum\" echo SKIP=\"$skip\" exit 0 ;; --lsm) cat << EOLSM No LSM. EOLSM exit 0 ;; --list) echo Target directory: $targetdir offset=`head -n "$skip" "$0" | wc -c | sed "s/ //g"` for s in $filesizes do MS_dd "$0" $offset $s | MS_Decompress | UnTAR t offset=`expr $offset + $s` done exit 0 ;; --tar) offset=`head -n "$skip" "$0" | wc -c | sed "s/ //g"` arg1="$2" shift 2 || { MS_Help; exit 1; } for s in $filesizes do MS_dd "$0" $offset $s | MS_Decompress | tar "$arg1" - "$@" offset=`expr $offset + $s` done exit 0 ;; --check) MS_Check "$0" y exit 0 ;; --verify-sig) sig_key="$2" shift 2 || { MS_Help; exit 1; } MS_Verify_Sig "$0" ;; --confirm) verbose=y shift ;; --noexec) script="" cleanup_script="" shift ;; --noexec-cleanup) cleanup_script="" shift ;; --keep) keep=y shift ;; --target) keep=y targetdir="${2:-.}" shift 2 || { MS_Help; exit 1; } ;; --noprogress) noprogress=y shift ;; --nox11) nox11=y shift ;; --nochown) ownership=n shift ;; --chown) ownership=y shift ;; --nodiskspace) nodiskspace=y shift ;; --xwin) if test "n" = n; then finish="echo Press Return to close this window...; read junk" fi xterm_loop=1 shift ;; --phase2) copy=phase2 shift ;; --ssl-pass-src) if test x"n" != x"openssl"; then echo "Invalid option --ssl-pass-src: $0 was not encrypted with OpenSSL!" >&2 exit 1 fi decrypt_cmd="$decrypt_cmd -pass $2" shift 2 || { MS_Help; exit 1; } ;; --cleanup-args) cleanupargs="$2" shift 2 || { MS_Help; exit 1; } ;; --) shift break ;; -*) echo Unrecognized flag : "$1" >&2 MS_Help exit 1 ;; *) break ;; esac done if test x"$quiet" = xy -a x"$verbose" = xy; then echo Cannot be verbose and quiet at the same time. >&2 exit 1 fi if test x"n" = xy -a `id -u` -ne 0; then echo "Administrative privileges required for this archive (use su or sudo)" >&2 exit 1 fi if test x"$copy" \!= xphase2; then MS_PrintLicense fi case "$copy" in copy) tmpdir="$TMPROOT"/makeself.$RANDOM.`date +"%y%m%d%H%M%S"`.$$ mkdir "$tmpdir" || { echo "Could not create temporary directory $tmpdir" >&2 exit 1 } SCRIPT_COPY="$tmpdir/makeself" echo "Copying to a temporary location..." >&2 cp "$0" "$SCRIPT_COPY" chmod +x "$SCRIPT_COPY" cd "$TMPROOT" export USER_PWD="$tmpdir" exec "$SCRIPT_COPY" --phase2 -- $initargs ;; phase2) finish="$finish ; rm -rf `dirname $0`" ;; esac if test x"$nox11" = xn; then if test -t 1; then # Do we have a terminal on stdout? : else if test x"$DISPLAY" != x -a x"$xterm_loop" = x; then # No, but do we have X? if xset q > /dev/null 2>&1; then # Check for valid DISPLAY variable GUESS_XTERMS="xterm gnome-terminal rxvt dtterm eterm Eterm xfce4-terminal lxterminal kvt konsole aterm terminology" for a in $GUESS_XTERMS; do if type $a >/dev/null 2>&1; then XTERM=$a break fi done chmod a+x $0 || echo Please add execution rights on $0 >&2 if test `echo "$0" | cut -c1` = "/"; then # Spawn a terminal! exec $XTERM -e "$0 --xwin $initargs" else exec $XTERM -e "./$0 --xwin $initargs" fi fi fi fi fi if test x"$targetdir" = x.; then tmpdir="." else if test x"$keep" = xy; then if test x"$nooverwrite" = xy && test -d "$targetdir"; then echo "Target directory $targetdir already exists, aborting." >&2 exit 1 fi if test x"$quiet" = xn; then echo "Creating directory $targetdir" >&2 fi tmpdir="$targetdir" dashp="-p" else tmpdir="$TMPROOT/selfgz$$$RANDOM" dashp="" fi mkdir $dashp "$tmpdir" || { echo 'Cannot create target directory' $tmpdir >&2 echo 'You should try option --target dir' >&2 eval $finish exit 1 } fi location="`pwd`" if test x"$SETUP_NOCHECK" != x1; then MS_Check "$0" fi offset=`head -n "$skip" "$0" | wc -c | sed "s/ //g"` if test x"$verbose" = xy; then MS_Printf "About to extract 108 KB in $tmpdir ... Proceed ? [Y/n] " read yn if test x"$yn" = xn; then eval $finish; exit 1 fi fi if test x"$quiet" = xn; then # Decrypting with openssl will ask for password, # the prompt needs to start on new line if test x"n" = x"openssl"; then echo "Decrypting and uncompressing $label..." else MS_Printf "Uncompressing $label" fi fi res=3 if test x"$keep" = xn; then trap MS_cleanup 1 2 3 15 fi if test x"$nodiskspace" = xn; then leftspace=`MS_diskspace "$tmpdir"` if test -n "$leftspace"; then if test "$leftspace" -lt 108; then echo echo "Not enough space left in "`dirname $tmpdir`" ($leftspace KB) to decompress $0 (108 KB)" >&2 echo "Use --nodiskspace option to skip this check and proceed anyway" >&2 if test x"$keep" = xn; then echo "Consider setting TMPDIR to a directory with more free space." fi eval $finish; exit 1 fi fi fi for s in $filesizes do if MS_dd_Progress "$0" $offset $s | MS_Decompress | ( cd "$tmpdir"; umask $ORIG_UMASK ; UnTAR xp ) 1>/dev/null; then if test x"$ownership" = xy; then (cd "$tmpdir"; chown -R `id -u` .; chgrp -R `id -g` .) fi else echo >&2 echo "Unable to decompress $0" >&2 eval $finish; exit 1 fi offset=`expr $offset + $s` done if test x"$quiet" = xn; then echo fi cd "$tmpdir" res=0 if test x"$script" != x; then if test x"$export_conf" = x"y"; then MS_BUNDLE="$0" MS_LABEL="$label" MS_SCRIPT="$script" MS_SCRIPTARGS="$scriptargs" MS_ARCHDIRNAME="$archdirname" MS_KEEP="$KEEP" MS_NOOVERWRITE="$NOOVERWRITE" MS_COMPRESS="$COMPRESS" MS_CLEANUP="$cleanup" export MS_BUNDLE MS_LABEL MS_SCRIPT MS_SCRIPTARGS export MS_ARCHDIRNAME MS_KEEP MS_NOOVERWRITE MS_COMPRESS fi if test x"$verbose" = x"y"; then MS_Printf "OK to execute: $script $scriptargs $* ? [Y/n] " read yn if test x"$yn" = x -o x"$yn" = xy -o x"$yn" = xY; then eval "\"$script\" $scriptargs \"\$@\""; res=$?; fi else eval "\"$script\" $scriptargs \"\$@\""; res=$? fi if test "$res" -ne 0; then test x"$verbose" = xy && echo "The program '$script' returned an error code ($res)" >&2 fi fi MS_exec_cleanup if test x"$keep" = xn; then cd "$TMPROOT" rm -rf "$tmpdir" fi eval $finish; exit $res e#u(jCK>e21H1aH #n&H-%@l EƖ˖_$Nlkn%_Hv)O}ʿVK7kC[C]]uԩשb\۫^_ ~E=|a~*_K'(+ >}H73H~@9܎Vkj04k6Ϟ$(_4ß!7=owG?~>,#X,a1>̣u|g~uϣ.זZ`"};,w)~Eorgv}qOu`2*A"߆/ƃl4>I=̈J]d~O>EDAo `a>, yBtdpP3DWc L1&^4A6N ҤYҙI F4?n/n:>A0% )4[;6LS@C$0A5abaQSx~Ds*0/'qLack7o#2<>BzA3p6Y<ҩ0$Ȓs#Qx/C~m4鵈n4˞!h a,>.>CJ(4~cg K F؜>#ND5£1@T|@1 H@um$m7P(Lh0˨z;B@L߁QLBZ3m 劣OZQ`]\sI>0C'nA޲/u@3F pw.]ZZX_^^XkZ^mo\GpmcyR!狤ES6 0ima%&xBAmBH!m4?ݷ(,e" o`#T+u"Anˁz)0|zb@9ʁ[Fֽy B~zae!3aMh;ճ= ,` 2{~n #ӊymب(lBP7/Tqx<<2*玞C5|] ;3D@䀼+X[eM$IfZՖ:0%mOB NwM*>ΦD#՞z G5BhyxbE=," wN\ 9⹢[B, _= N7As^BxJT86[_YbOnA8Sz}#黄E+eaztQJ(>bA3(ڍaazA hӯi=ޠ^ 芔LPq!S]U=<0Z`ȨDE0$=z40k! + pQ@QBfzx"iS8|@l͢ L^k`>d09 OxGgئFhnk)|cuHX ozR]]F$h7QF]#n(.(<3ҳ>5{3nw ¢C;4>-ey 2|~σy\wydÖId)W]}Sd DyK3!/[|h]L{=F/ik,1JivmËy'+odE/Ԥn$h]#vW! v(n$)h'BwF{,)6Fφy%B"HOj!tb<+:G Ed?(nп7=kAO?:DhrԳSB$R,̡>իoP!#~qeaA5If3S XREm׬~HؿLr;r'ke]PYԤC ,W Id(sX(ltfOqՑ;Ys|q<͌ 4Bka$dIC-#0 fg> \Fi&#*vF0GtЊZ͏.C!8QxzN6V;{ g Ӝ tI;"ķ6& 926k2L ozh(V-ݗJ~4@7GwTq|NCKiǾK-Z~Kt0B}Z&e:oZ@x:tx{(sqv`39I'N'o R.X@\謾JKJPx.q|I``K@ݾG*1)'CLL6("P< 5~Q"d;. 9AI a&h*uX ƼAK;tK;D3&XKRǩr$x>DlNtTWz', zI6Y8h(Q0<o&/v|-1##oEJθgŽ8>Ǯ= tSk'#o G$ 3d=\*rvO0T~Cf 񣅬wh)NM$:~ nbE}l:BSAAU1K}F[Sx0k@!^z'I +I`¿u\'%pcG {V,ɛ[PAEIJ̃H IDb4zI;ʕs!{(7 YsB>#(0h"Ͷ0&E)RXR냶66smYxvz JdrX%2ba1~u=`c\n2wؤ tyF:':ĂUG > J2+͠2H=+0j,3 9dKIȌ0I'L);QйONb##bǺ,ZKQ 'w:M̢,MT, mX˵ҙE[md$"^I Q+hiV`!SSt2^@q c>l$M~5uX9<D(#L}+? "ls J^A]է31'1S/zQH[^rLo>#'k?!9UTbq7o^ A{|`Oaص)}+o N[X8c(\jCd:= e?O/mʋirTDaruqpY!D.rerZ{hhI/ϫfui@z֫EU/Uĩ!ʒDZ[4cg;CH5$6db}/N-Zhj;ViQr:GMLY!:}LYʤnL2SCݘ)O$Dspf!hGPB['ٔd.RsFoȁ{Kuc2(chNЁHTIB]G|:A huHi* |9 (wi+}&㘰4@]z@<.ٯΙz_1"Sj=OyI&$`=n 6hF̦sFx[1/xl+X2&-sQ$7p u'hEVvrBtC`R_4::]tchN+h?l/^`zl1$>uIm89)B0mv;Ryy!Q36S$^2baxu=mM◞gv4nh#ocUHV_t+DB?ߧ3E1JAAf 'InW3. Ep9v"x  m`}X7u%epN<ѤDMxbN:DO(r "#RcAO'px,tBy9Y ) gMdÇ'I<%kZ;AoNHyv֋gyM/ !>[t 6(يA2S/ø1<8@;ua28t (vc§% -/ o=bD1@^`:#-Irt4A6N K{vvikvmbvp}}NTT4oDG 4&"CI VMWH>B|Tk yu.c9 P|(>n+f[9' p0IPv,9 $:K9@'lxj'ri5 H9[rs .m`Sv_Q#PEAARg/@'=VۡIS]de Q5Z{:MmT]k/*rW?2>5B;&x-:+ ~o(50?[R ' ]>`'3ƿMɨ<ۜXʥ  ݺj'Tf)b'" λƈr5 'O)gh7#|] Vōj#tWóf,*Qt)jd (X̒o 7Iߞ.h`=<Y :qd`v6 gIx*,켠f(rq!~Y6ADHF+WTe7jjvTїt az?s|z`3bvi؂9yЌ݅,:h_Ygn.)s"ۥݭnJͅ[*IbGӎD&t,x[2qQpd7WܺyjKnO P]:OxᏭT%Pv3@; oa`fݺy&w)[!®Q݌ !hNx`ܺyPژ9N8nU-sa'nerS=i "W H1|Jϝ[t}2 UPA9:|p@MA1t2I1 l" zS)Ԑ;5R.C#uЃ4`ܚ]",)CKU{g+r͇}³N7(f+6J'C(E' OxS YA ⺽S0\q ÉoB5<=-b(O(-b\RuB#1ڢ=CaoH7iQVU糌V:_T=ŐRV\PQ؋#&?Mezossխã=& EZDe\,?Sh=vD$m7LF'F{䖞(D\{ى>tɿE}z}RSڊMb, zfY,:ρ._({*6&[H/ 8A'nT6up'9b,w2έ6轐҃\d+fs&L] Ц>m(֙n([=Jehu~k}436óc*:(# qMI:ԓA4Z?,Z~v`DRէtO:cx"D {isG qrb"Oh[B ƨȁLLNlQ9o=ED/YbDЅп9LFQ?!^-aՠf1Gݰ0 iV%!jDNwnU[ZYA\.wUY`Q3K AT }34~H>U weV,LR5Ԡz&ɠ 3f1N,olF $i?41^ARXxP?9/ 9EA%Q[dLYR7ѫ3 МK|舱jh9N9E1ŀ-n]}U2F0M"]B3y=Ⱥ rUw7<cЅA%(t3Q@޲fNP"fh8["&`Bc )f娚b]\it: 2#2LԌ@0]@I$N(L]#)BvCsd9PhD%*KuuB`I]\kO%6t\dy2t B F"-Qs2w@2L.5 s7(EᚵWSƴ={"ޜe3gY+85UAϦi;+NkKB /d  HKMFlׅ_x]^gkGtZLANH>c듄ltWNرًTQFǃLOK&s& "Ping,TjVDIovGn=*cvz.)йaq#qz>׵Ԉ}#OiХCRiP-֧K ϸ]yͥo?O)Yz 酥e#ff,[)NT)>$Ü5{:og"~$#NeQĸ@M1|BT=BxSz\twħ˿rJa)-{ EzΌi\āZGƼQ*qb~ȶLzCV# jV"T 7IH &W4e3FyZ&b0!'QKQ-DG gA0)yRityKY &c}ڜ=Z"CJv)K`Xpe5ރ ]!\7N$9ZB38Mas6-FgMΩ. GLi$bIӮcW=U`nr]!kIFkwʗ"ԥ 17|q_Ρ)uM! SWHlfjqct]6EҕF6Ҳs695Kp8g. qh" ~lf89-N:졋t ]-e.3bቾC'XSXm1U VȉgtOL!IF sx[w@([r4:]Fvq9W'un2Jk4!甍nb!3,&&Y*K ȋUaϝ+aQd:CαvWkAI%VFoxq'vu8rCݜ1(L;X(568> r#'XsgFQdXD!+ׂh0n|ꖵ@R׉ƥ-T H6CL/ k Rx(NCw"@9TeByQ,Q#0gȚҪT~f(: R+J>q$fOi}FZKJ:!wa7(-u+=p'"w\fwpJZgSz=X=N%%6\ ߀Zi R9&^$8C YlzNJ\]%u?'gA0L}W[T\¾wW%R!ni̠a/,)YVfU!= Ff\G*ll}#jm=#~>yFpx ' {c 9nl8b0_tF6jb<&Vk3*:kL)%a7}OjLYp\oMD#ui+&װ;ɓYbܩH2jd=2}tFҧ`6zZ&dFz'KkIE! "]W⵰jJ]Ba}jY6h'q9nh:vyEG}?[#^9 W޽QtboPL938s&#ĩ򝐕I(05BQyۂݼUa:Snm>oPT S2?z-g k9l+e3r{g<s@L(!V)M+.R-5qX@ZՌ~ ~BX:+m\6c{qnUQo55r/Sz˄ ~79L9'uFevi3dtJ.+~F5OK隓p۵e,s{`ŷ@_g;Aƾ2WTjS͕IQ&[{3nIFs#ޏo']>ә9%fR)Lj9t.!bɔE]a^j >5ec4Zdy=ܺYEHM`@ m aUT%' ۠nb ;# :mMRy_ ~+5z9J@K TbIq+%9h,ĵ\п  ϻ.Mގp"hi9kx8URTf\蠊jEu-,X55B/! &tX' ČfQ8VDt26qf,Q%is\f?"`@mbFj>Gzy)Nd]X3ŕ\Jө&x`Y{ހjDcѩc f0'AG*j#kD|Z{Q D T3(N'F.G|Bjk盫*I6ٰ2-{T3ǀ׹bCcI_E2! \aOh9:F(cjp|*HˏR@e:̉%&\STf+RLiSM@;tJ. f(!G58 a&0&2頏]LsJsݙs,[L!JpĄI-I:dNd&͝gU,ܒH!3?WÖx9tUk8O7祰dH Sfh*8;2)erdkN vQ" ޒltʼhpDϑN6>fgyI=Ɯ,(IBNEKPMCR.1.kf8*0xb@t?^ͫB;q y6a/z|n;(D JAؿHʰsxR_*)4&l q%pG:* a [;I(?T!쳇q<,%\@ojp<Q֕k`nm4v?α).-'[Qn@f=h}x\`btMUHvPYvR9QMPLՓ.ԋq!.͓4\]r0Q:oJJ^n>?_H\ryˣ X0͜sd[.oH]`,[\ŭʆfHW"՚~1FБ2<]օj =c3־43;}Ӧ0uHcohbQϝ|!jrR醽tn2Z`-N/Jc5n*Z{'޾xKb(XoX :DG( -TG@S/./b09D͏SЧ7ǽ%/+5w;pqbQẌ́ !5;9-eeQ9jQhmr?\UVj%?M?)uÅyzbLپ/V*|mD#"|*R'MtUT-f RTj4~`SRC+]}K 2pZ#\ "Rȱ;qa~E^9=H,n`nGA_&%͌䅋eiG}Ty\gks)[y~oģo :b:Яq?qp  ˸/=y#0*a ]`dǒ~1g$!}O"44{5;^Cc}?{?W>ϿyO~D6{)iyO?~_O~sӿ7^#F?v~g?oM !R}T;q8SIBTÀڡΜ řvIiP7JA^%9] x{|OӟbnYtw?j\ .Փauc{$@o}/OwkQI@`U!R~_~:}/ {_?{wMjzObeo*n @b$0q-;I|\U+RYA8SҰ^WgƽUkq^=J\oRMj.(v*Dh=+vc JBy AB.OYOǽy ^pZ (]vdH'5Dœ^$s?|޿} W=Mh+5d}ӷwջ%zv6טb HAޡ#8 ĥ҅'KE dx!R}p_޽~G_{ou5/L`u/ehtoe_+?qw~N7~pwͯ}gqz$ucVHWl|WUr39Uh9a+w,,<{?xw>?េ¦rnϋ*[-1 Yl}ӣYe| ]U1&'^A9;&)Iu&o 1S/q+zHh ?_ZÛ(a<`{c v9@N^&-}#H_,0:ƁN 1]4ٰH@VS`eHW"NFb+&* `C(sgyY4 PH3G4qjdjڙLȓTJLwFń{Y$b>d8kWO_}`'}; &;ŚqaCw֋@ 2WxCҼۅpk,Lz5DwZ^oxG w_otp'MM B yC:A_z. P ?:y\㿝O %:{w{Y_k &w_rz^#o_yϡ]eוE3%7^sfWB,M~wB`ko{_G0M\+~PG﵎W=[J]0C'< ?,XLHDj SW~|ks~`ȑxp V`@r%D'A3P_1~CsBb)z:>+дI*[kj98R3wo5bAniQ_$ma{R:R ۋFL\D 4|hfZtzSZ޷N?,yZnהwĽπb*KQԙR>`Nƻ_~IʐhM?boo.p'NfZv؉:Q*llЉocc{VqtWuBGM6 c42ᑻn09b%euYr^E}Otn ݯvݯ~6ka;7oQa3 W~}u˸obQxS'ivs 'O>Cyd_}ԂNuL;URKzS8Ct&im۽ULN[L;`dGpN\,dFo!)NtPH\@rg6M#Ƣe԰I2zX\5xݯ|;e 9SE$ :q?⡉sR[.g AѺp?\zKT 镒C,%~EJ,1I]u hOTj+BrN,^S0݌.,ڝ{vuO:0o,pZZE/}l"Mx*"zXTNx!7ͱYEc]$7*oo 20]1FV{"sg*4U,NxCX+=Z&icF2n_^AM); sWpǁ<|'>G3@K[o~~$Ao [~!Y oih9=ˊ}E9^wTY2Vk M/<_IJ:W*]IJt43g$Ĵ aS0!DOGzG9VALR;1s4a(QsfNS[9Ltl/\q( k苿d9?}s j2dvYil.ï,U.텋F71?=} w_yOgdžVͳچ(_yw@VgOyӌܣ=%o~ώPoexOcF`=ZCeK@c_7_a%?2ΨQ.9q~_qvJnz7K rśZ,HNoS.g$ Nc͡xO.7)3D (swzl^Ӝ$~s7^WUize{g鄚;uyU×=]wt1; rܟ*[K7V;0FHl~rxm6_Vr3oZlqs`WWj[%_K77 E&@Σr0CX+ _sR\%y5[+ɧaE9o|?*&Is676֯ p^ӀGե7,Lr=ӵgWLlW(,rDW.&IFL0eZq;)pnAa{&$9M ]t[p;]c@%)1}q&qq&cP. y-ysvi3-o9n2kRT^ެ\n~?./b饗9fp[jΩ,4cG jYm#QǦvKA>VD99yBcƤ˥cTc7A͝.o 055;Fl+2rFx;!V͙WI[F 0B{X fW]QJTn(g0]8(dP`8Ԭ7hmBD ڭ0uvwxiNaw˴z /g9=PPA;N=|UTt%!!zUO\z$i|Mёj$44"1;A./ b{YX^7vE`WevMꙑN/(beR%^iƉ*@FW;rzDM+nOS=Z^Q/ndsyUv2үC4$g]G2 }M`#Qϳ0y&2O]8?sx QW\o%i,sWROLԂBljh^x:(zfv?>㏣.4Ɏ >qB;MgZ4+FY1²Wc[wf55„+A_ingJ-(:31=pG9c1$.gwPrWGwM!8WP:zv\ f\̩#BV5`:g _1vړ<˽h(ԌJ7_{J\ݙ ϙn\ ^V@umlyDs;L-߾9%P^cE-hOR)lhS!k= DO'|I_†穅9x*繈)n3. nTV̆r]26OLAU23;O:GC,»8C7U`7G[5rcHYjfٻqLѫty=Rߢ$PMqxPryV+X!O&.vIHhvJq3`F9]KV/ޢ͑$g]IdE]&IWW$,ʌ_RS>p ċxu?q4'k0fVS7*l]Yortj m.mA<%u2C tQ@>8}N);jU۩OaܭU82b/Y5ګ-;\߼~+]5 y3oQ֞ݮmU6R~IGh0sWӿ> Δ6u* vUθB똸Ή09Sx]( # ț;m .]B0.;;bc0ǥcc0۵drui^W̛XU\^|/e8n󡿌n:>Xڄ^ ɠT"v!|NĪVrG${h`Qt'j!kt 6A2C@m3.җ X]ݒc'vjt}Z-_6 Hp|?K %J#%"Eeo QabI2 %3|>734:;/ٿBOaQ JAOnT'9Gfqt4h⥱cp 8t$96KCcQN~)orA{ Q_.aT f'o oi2pcTu]vg$`ޫ/^Sp~w:D18I mO d朣 H~-ll` 3K8씶 +[/J]Zߺط,{Q%q0@!gÀASp )&r) :Ur2p'AlS`ALtxjΞJm`ƳqBD9d+t4@-`:a "!Xd ox`u^1Yp~@j88jq 5"Πԝ H"Ǒ"WBQG72n!EVW]S]!simy"F(Ixu CٍJ0+f(5$ i<%|t:cc* OSH%WWJ 86(ds%SmAےA1RVz+O_YMK&#)?UǹAN]qhF_QuxuVlZK.U{OYS(_;Ni+=ƒzrφ PWzrIe@$I66^.̻#"tLvhlQsSmSz\Vh :] A)Njz#jazYg ;OqvsOJKKoN14sM"aSpdbd-:ݜKp|2Hf9>?N.'E%>yvex;ҷj'9$Yּ5O*L@40Mz= ~0Kijf 6L->PgҡT{VOQs FHQ-HX1j%gZVR9jk cde/^x2&XN pLSng<<d6ǣ"G 9!{!7*G2ƽf s0`PJoXq8''v_Z\(Uzn B=ol/m&Lڴ,nRqR${fc 4'a4g#yAST\:6i lqn,ޔՎ)OQ#> grhQ(RRS셹346*n˔w(<}W1|D |$S.)CYQ]~' ?t̓ssFRMb$Wb-OH,y-!V(B2ݏp)@6uωgrjU XQEG:( 0KP0َ@V:p7H&Ea6⹜ T]ќw`:s զdFc[vLX+=>|x=^ -vEg^"(xvyZo4fy] 웩=4v8VGكCoy8c׻")Q#$ҥ5>53G>Lf2 Svvfl`.50}#rH>&") xle9Vǁ:= *{Ҭl6pӲ-?qkBǔC*]p98#mzz"&&QNjĆ6}>o\wi|5(WNaU>d"2Kl:.o?gy U3_LTC4!Q62]F:, R+@Eg5//:Q7QMK4o0y3B#0CeDE=np]nlo,ݨ.=L3K;԰c5:'vVc%+I,Tq^\`?P7_,E> ;uة']lQ3:H&k㼼$ѥ*x0b,2 U;Dr@Jx)Ci*{%Q罱EKm F8a,VsQt~Ų{ 6\(kz C̹YΈ@s"D(Cf uύa4*687cKO7weWea `$rkkn1<\Ŝw@K$rvZg)Yw Ls+U_IJ0,L9h wIG(kWMVquG{t, cϤH*HC=#]lLxy-`pᷓިa,,%h|̀"ڠ5cj`zk24.#hS$E=7EH0U0/YhuA&0IaiFkE Drh'{ @o{ق<z "]*^)<29L X*19h}4:?yQwlWl_'wMN8wsjqa52~4&;g:U#RaRcU-QxO2=A1n*ׯ1+g\;wZVA⻞$eo^/!~aO{"^z"CĜB@V,֦d}bByBŐ6{a|\ı/%$\s֘Ϯ/-f8oG1>՛0^]Z 3NQ۫u"Tm6BV^Eh?OG*8-.*@\sH<+50-A@5@2܊MẌ́cU de3nL:s 1v6 E>;P&!Jn'yuD^\0ZbтA 3(<=GJF(f1DJHK΋)Bn9Ծa/韕j5۷OOkốw]Y EeDhZ"eדdjtAwƲ:M{ZQ]!f;SPF,QzݥpQ`JWW8R2Vӑ ]DH v7Ajn.I).śϔ,&GB">ȶ^}dP/Le!EY3r#;Z$aV4@Jh`"Bm6Po'F~P0@'] 5Is0S\{"={Bq1g(B_*,7Le(z~PRw~禛oNSנޕu5r\ἢ_Q $8'l=930afc I_/ GD!D+_]xA\m ՟vV鍥!Z&!H0̵0Bޱ0l"Aӊ^VK T ~ ]ER9X@T5-΂G k+*7Ntr ^ )o%?'%NWf|R|mxZ UVJ & Tz!%x93plZgE톣swQ`py65h!}Bnaqe(*%5B%-'fLѷ4 FH@b*vZ =RbI778L xv\dR_0YٕfvNnt)PSiѤ꓎ EL)ժ-Ou{U0J AY}>H+%X)N~ - ٺRq~]rq ήg9e̓Ua Dn*0qʷWQb)$OfKzLE&LMGwaK ҙUq7~|G/ |$k{mBNU1<N(^8"!Fׇu;`[Cvxpãor.SN3Sncbk?'ѫFˆp,Fvq0pr!-$'x ΝH|Z%]G+rJqi9! ZKzӥ| S,'.FrUE(_as47$wEؔ!hP_ yZ/zٔqQd䫗[Qe ZJ6ҩ(jỷe= sƐ Cb8 ,86Z*v1U;T0s8-j7[MҮ7ZY{ʆ˰Yrc5UpMőae˗1ehc|SR(D0Z$ڸhae/P+GYmڤP˄3>O:$FvZߩڳ;B;QfQTʥ2\ :Ҡh<ѻ;U 1NTn/Ou0F2TWOQpL_ -Q2m"fQYۍкyzz]cQ_˷5VҀpvxVs)| +jktܪ5]򲃾=2:,qϤF:BX$tR8\1~!'_l6g*<4Upt2ށ#A"e`Fҗʥ"pzvv"?dIC# #~?EA̺X[q 0D B@XZC\cr-E3c6Gi,tYɴleŹ MLaMi?r5SDދ= Cq ^K#^ŧ \O^ K. վbsxH1FuW.2Kʏer18}a ˧&kCP̺͵ ҕ{8\w%7;6=ݛdV .=yp3ݛ?̺EfPo /Y3;9Pd Ӿzטlh j2He>~qN66ؙ#{k4O4쉚rsD1#6h+ő6ӅG݇쉮Ms{>Lr/k>E펮c?flNs<l^\"|}+3\a󺵚^?}o%}3BRF(/\i[ ޙ)!.ȫMKW̫VZk6Tԡ|\hfniJAHV6z.7?^9mwQ JFtl2%kTi2`^@{:2_]GD?}cu;#AyU^9xn`w/i9GGZ`G&(WAP/vbsyfAP22ka&YRd$j $!  AؒV/MGѶ?^‹ٓ`45k{cAIN6DqC_ G-[+zLg-Ea"_&n#{I]-O"?Xrx|%cv0`mQv;C:KsV; j(k2q1fduP6vwTFJ[S2 XZA3b۬:4/a^i! ŦW?1l #2<8k Cvxv{߸{CFг޵mT&5cd t z]uμf '@kq'vzVx覽mjK~>~>~K