Created
June 14, 2024 09:59
-
-
Save s-oram/6b30a5c60c1d1d1ecd42d37692502133 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/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