About 203 results found. (Query 0.07700 seconds)
Project github.com/janoside/btc-rpc-explorer 1777 1345 App Details version: 3.5.1 commit: 26e282a06e released: 2025-08-24 ( changelog ) Public Demos https://bitcoinexplorer.org btcexp….onion (tor v3) Links
No information is available for this page.
. +# +############################################################################## + +# Attempt to set APP_HOME + +# Resolve links: $0 may be a link +app_path=$0 + +# Need this for daisy-chained symlinks. +while + APP_HOME=${app_path%"${app_path##*/}"} # leaves a trailing /; empty if no leading path + [ -h "$app_path" ] +do + ls=$( ls -ld "$app_path" ) + link=${ls#*' -> '} + case $link in #( + /*) app_path=$link ;; #( + *) ...