sh <(curl https://tea.xyz) > sh <(curl tea.xyz)

This commit is contained in:
Thomas Smith 2022-11-19 11:45:06 -05:00
parent e87feae2af
commit eb9449cddc

View file

@ -1,6 +1,6 @@
<hr>
<div class="row button-container" onclick="myFunction()" style="display:flex; justify-content:space-between;">
<input class="one-liner" type="text" value="sh <(curl tea.xyz)" id="shortcodeCopy" readonly>
<input class="one-liner" type="text" value="sh <(curl https://tea.xyz)" id="shortcodeCopy" readonly>
<!-- The button used to copy the text -->