Don't copy '$'

This commit is contained in:
Thomas Smith 2022-10-28 11:36:56 -04:00
parent e57ae27b94
commit 34571d8413

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="myInput" readonly>
<input class="one-liner" type="text" value="sh <(curl tea.xyz)" id="myInput" readonly>
<!-- The button used to copy the text -->