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/zsh | |
# deps: curl, mkdir(1p), jq | |
# return codes: | |
# 1: regular error, see stdout | |
# 2: media upload error | |
# 3: status post error | |
local app=${0:t} | |
usage() { | |
echo "$app [-a|-A <token>] [-i|-I <instance>] [-n] [-N <spoiler>] [-s <status>] -f <file>..." |
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
/* ==UserStyle== | |
@name big-pinafore-emojos | |
@namespace github.com/openstyles/stylus | |
@version 1.0.1 | |
@description Makes pinafore emojos bigger. | |
@author Chloe Kudryavtsev | |
==/UserStyle== */ | |
@-moz-document domain("pinafore.social"), domain("dev.pinafore.social") { | |
.inline-custom-emoji { | |
width: 2.8em; |
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
Document <- DocPart+ | |
DocPart <- VersionHeader ( AuthPart EOL )+ | |
VersionHeader <- SectSep Version '(' Date ')' EndOfLine EndOfLine | |
AuthPart <- AuthorLine Item+ | |
AuthorLine <- Author EOL | |
Author <- ASCII+ ('"' DomChar+ '"')? ASCII+ '<' Email '>' | |
Email <- Char+ '@' Domain | |
Domain <- DomChar+ ( PERIOD DomChar+ )+ |
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 | |
USER=dnsmasq:dnsmasq | |
MIRROR='https://boot.netboot.xyz/ipxe' | |
KPXE=netboot.xyz.kpxe | |
UEFI=netboot.xyz.efi | |
SHA2=netboot.xyz-sha256-checksums.txt | |
cd "$(dirname $0)" | |
rm -f "$KPXE" "$UEFI" "$SHA2" |
NewerOlder