This file contains hidden or 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
| <!doctype html> | |
| <html> | |
| <head> | |
| <title>An HTML standard template</title> | |
| <meta charset="utf-8" /> | |
| </head> | |
| <body> | |
| <p>… Your HTML content here …</p> | |
| </body> |
This file contains hidden or 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
| // Command bluesky authenticates against the atproto service, walks an | |
| // author's feed in *streaming* fashion, and prints every post whose text | |
| // matches a user‑supplied regular expression. | |
| // | |
| // Flags | |
| // | |
| // -username your Bluesky handle (required) | |
| // -password your Bluesky password (required) | |
| // -other the handle whose feed you want to inspect (required) | |
| // -pattern a regular expression for matching post text (default "(?i)golang") |
This file contains hidden or 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
| [Unit] | |
| Description=Sway battery alarm | |
| [Service] | |
| ExecStart="/usr/bin/dash" "/usr/bin/swaybat" |