Skip to content

Instantly share code, notes, and snippets.

View craftslab's full-sized avatar
:octocat:
Focusing

Jia Jia craftslab

:octocat:
Focusing
View GitHub Profile
@craftslab
craftslab / healthcheck.sh
Last active March 12, 2026 04:58
health check
#!/bin/bash
# Set defaults
FIX_ME="true"
PLAIN_MODE="false"
SILENT_MODE="false"
VERSION_INFO="1.16.0"
# Print pass message
print_pass() {