Skip to content

Instantly share code, notes, and snippets.

View apearson's full-sized avatar

Andrew Pearson apearson

View GitHub Profile
@apearson
apearson / node-red
Last active February 28, 2024 09:50
Node-RED FreeBSD RC Script
#!/bin/sh
#
# PROVIDE: nodered
# REQUIRE: LOGIN
# KEYWORD: shutdown
# Author: Andrew Pearson (apearson.io)
# Version: 1.0.2
# Description:
@apearson
apearson / starting.html
Last active June 30, 2018 04:36
HTML Starting Template
<!DOCTYPE html>
<html>
<head>
<title>Your Website Title</title>
</head>
<body>
<!-- Put your content here -->
</body>
</html>