Skip to content

Instantly share code, notes, and snippets.

@s-oram
Created June 14, 2024 09:59
Show Gist options
  • Save s-oram/6b30a5c60c1d1d1ecd42d37692502133 to your computer and use it in GitHub Desktop.
Save s-oram/6b30a5c60c1d1d1ecd42d37692502133 to your computer and use it in GitHub Desktop.
#!/bin/sh
# Usage:
# To bootstrap your machine with piku:
#
# ssh root@YOUR-MACHINE-IP
# ./piku-bootstrap install
# exit on error
set -e
echo Hello World
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment