Skip to content

Instantly share code, notes, and snippets.

@onegreyonewhite
Last active March 27, 2025 18:34
Show Gist options
  • Save onegreyonewhite/96f75d3f863d374090c440ba6e515065 to your computer and use it in GitHub Desktop.
Save onegreyonewhite/96f75d3f863d374090c440ba6e515065 to your computer and use it in GitHub Desktop.
test bash
#!/bin/bash
for i in {1..10}; do
uptime;
sleep 2;
done
exit 0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment