update EXAMPLES.html

Former-commit-id: 0c56acde13
Former-commit-id: 197d5d5eec3ff6625848864e338fc16cf4ca9ba6
This commit is contained in:
idk
2022-08-27 14:45:48 -04:00
parent 9041ab9ad5
commit 4bc9a238b2

View File

@ -96,7 +96,7 @@
</div>
</div>
<p>
:; dir=$(CDPATH= cd “$(dirname “$0”)” &amp;&amp; pwd); java -cp “$dir”/src/build/i2pfirefox.jar net.i2p.i2pfirefox.I2PChromium -private; exit $?
:; dir=$(CDPATH= cd -- &#34;$(dirname -- &#34;$0&#34;)&#34; &amp;&amp; pwd); java -cp &#34;$dir&#34;/src/build/i2pfirefox.jar net.i2p.i2pfirefox.I2PChromium -private; exit $?
@ECHO OFF
java -cp %cd%/src/build/i2pfirefox.jar net.i2p.i2pfirefox.I2PChromium -private
</p>