ELF>@2@8 @À À ^^ øø0-0=0=è@@-@=@=°°¨¨¨00ØØØ$$Såtd¨¨¨00Påtdx%x%x%QåtdRåtd0-0=0=ÐÐ GNUÀÀGNUÿF­£úc<ÆøUã´7ó Œ B !"$¹ñ™´÷BêÓïKŒ¨“ëâý†s C"V¥Ï“Ý]J/R ?) 9O± ‰¾êøÆj)•j d¤ @0 [²`@¸€ F_init_fini_ITM_deregisterTMCloneTable_ITM_registerTMCloneTable__cxa_finalize__deregister_frame_info__register_frame_infoaccept_builtinreset_internal_getoptlist_optargbuiltin_helploptenduconvertbuiltin_usagelegal_numberbuiltin_errorunbind_variablesocket__errno_locationstrerrorhtonsinet_addrhtonlsetsockoptbindlistenselectacceptclosefmtulongbuiltin_bind_variableinet_ntoa__stack_chk_failaccept_structaccept_doclibc.musl-x86_64.so.1??? ?(?0?8?@?H? P? X? `? h? p?x?€?ˆ??˜? ?¨?°?¸?À?È?Ð?Ø?à?è?ð?ø?(@$8@#0=ˆˆÿÿPXÃH=1Hú0H9øtH‹n/H…Àt ÿà€Ã€H=Ñ0H5Ê0H)þH‰ðHÁî?HÁøHÆHÑþtH‹ /H…ÀtÿàfDÀ€=™0uGUHƒ=†.H‰åt H‹=b/ÿt.ègÿÿÿHƒ=·.t H=Öÿ¨.ÆY0]ÀÃff.„@Hƒ=/t&UH5N0H=—H‰åÿæ.]é8ÿÿÿ„é+ÿÿÿAW1ÒL=àAVE1öAUE1íATE1äU1íSH‰ûHìèdH‹%(H‰„$Ø1ÀH‰T$ ÿ.L‰þH‰ßÿq.‰D$ ƒøÿt^ƒørt6ƒøtGƒøb…¤H‹¤-L‹0ëʃøtt!ƒøv…ŠH‹Š-L‹ ë°H‹~-H‹(ë¤H‹r-L‹(ë˜ÿÇ-é]H‹Ó-H‹M…ítGHT$Ht$1ÉL‰ïÿÎ-‰D$ …ÀtH‹T$H…Òx H‹D$H…Ày L‰îH=ñ ëLH‰T$(H‰D$0H…Ûu ÿ -é÷H‹CHt$H‹8ÿ-…ÀtL‹|$Iÿÿÿv H‹CH=È H‹01ÀÿB-¸é¸M…äuL%¼L‰çÿ+-H…ít H‰ïÿ-1Ò¾¿ÿs,‰Ã…Àyÿ'-‹8ÿO,H={ H‰Æë™1ÀfÇD$8D‰ÿH‰D$:H‰D$@ÿç,f‰D$:M…öt L‰÷ÿd,ë1ÿÿz,‰D$<ÿÀuÿÌ,‹8ÿô+H=9 H‰Æé;ÿÿÿHL$ A¸º‰ß¾ÇD$ ÿ ,º ¾‰ßHL$ A¸ÿ,Ht$8º‰ßÿÙ+…ÀyÿW,‹8ÿ+H=Ø H‰Æéß¾‰ßÿÛ+…Àyÿ),‹8ÿQ+H= H‰Æé±M…íLl$Htp¹ 1ÀL‰ïó«ûÿv ‰ÙHcúL‰îHÓâHÁè{LD$(H‰TÄH1É1Òÿ+‰D$ …Ày ÿ¹+‹8ÿá*H=e H‰Æ1Àÿo+ƒ|$ ~?L‰îÇD$HT$‰ßÿð*A‰Å…Ày-ÿs+‹8ÿ›*H=2 H‰Æ1Àÿ)+‰ßÿa+éÚýÿÿ‰ßÿT+IcýE1À¾ H”$̹ ÿ+1ÒL‰çH‰Æÿ@*H…Àt ÷@(@tL‰æH=è 1ÀÿÈ*H…íu1Àë?‹|$Lÿ¥*1ÒH‰ïH‰Æÿÿ)H…Àt ÷@(@tÖH‰îH=§ 1Àÿ‡*ë¸H‹”$ØdH+%(tÿ÷)HÄè[]A\A]A^A_ÃPXÃb:r:t:v:%s: invalid timeout specification%s: invalid port numbercannot create socket: %sinvalid address: %ssocket bind failure: %slisten failure: %sselect failure: %sclient accept failure: %s%s: cannot set variableacceptaccept [-b address] [-t timeout] [-v varname] [-r addrvar ] portAccept a network connection on a specified port.This builtin allows a bash script to act as a TCP/IP server.Options, if supplied, have the following meanings: -b address use ADDRESS as the IP address to listen on; the default is INADDR_ANY -t timeout wait TIMEOUT seconds for a connection. TIMEOUT may be a decimal number including a fractional portion -v varname store the numeric file descriptor of the connected socket into VARNAME. The default VARNAME is ACCEPT_FD -r rhost store the IP address of the remote host into the shell variable RHOST, in dotted-decimal notationIf successful, the shell variable ACCEPT_FD, or the variable named by the-v option, will be set to the fd of the connected socket, suitable foruse as 'read -u$ACCEPT_FD'. RHOST, if supplied, will hold the IP addressof the remote client. The return status is 0.On failure, the return status is 1 and ACCEPT_FD (or VARNAME) and RHOST,if supplied, will be unset.The server socket fd will be closed before accept returns.;ëÿÿ0zRx HeëÿÿFBKŽE E(ŒD0†C8ƒJ 8A0A(B BBBà€½]  [0=8=õþÿo¸@ Ó  ûÿÿo$¨ #%@=@à ç (!Y! %–!É! "3"x"½"#J#“# %Ð#$a$ª$ %Ø$!% %=%accept.debug4.².shstrtab.note.gnu.property.note.gnu.build-id.gnu.hash.dynsym.dynstr.rela.dyn.relr.dyn.init.text.fini.rodata.eh_frame_hdr.eh_frame.init_array.fini_array.dynamic.got.data.bss.gnu_debuglink ¨¨0ØØ$1öÿÿo<; @@xC¸¸ÓKU¨ ¨ _eKk[[q2 xyx%x%‡%%h‘0=0-8=8-©@=@-°²ð>ð.·@0 ½ A1P Â1,1Ñ