Main public logs
Appearance
Combined display of all available logs of Squishu Wiki. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).
- 19:13, 5 July 2025 Princesssquishuskush talk contribs created page While loop (Created page with "== General == == Syntax == <pre> while condition do statements done </pre> == Examples == <pre> echo "Enter password" read trythis while [ "$trythis" != "secret" ]; do echo "Sorry, try again" read trythis done </pre>")