Skip to content

Commit

Permalink
Update index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesread authored Apr 11, 2024
1 parent fc2e8f9 commit e80ff85
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ <h2>Use case: <strong>Safely</strong> give access to commands, for less technica
<h2>Use case: <strong>Simplify</strong> complex commands, make them accessible and repeatable;</h2>
<ul>
<li>eg: Expose complex commands on touchscreen tablets stuck on walls around your house. <tt>wake-on-lan aa:bb:cc:11:22:33</tt></li>
<li>eg: Run long running on your servers from your cell phone. <tt>dnf update -y</tt></li>
<li>eg: Run long-lived commands on your servers from your cell phone. <tt>dnf update -y</tt></li>
<li>eg: Define complex commands with lots of preset arguments, and turn a few arguments into dropdown select boxes. <tt>docker rm {{ container }} && docker create {{ container }} && docker start {{ container }}</tt>
</ul>

Expand Down

0 comments on commit e80ff85

Please sign in to comment.