this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

random idk

+7 -6
+3 -3
build-caddy.sh
··· 1 - #!/bin/bash 1 + #!/usr/bin/env bash 2 2 3 3 xcaddy build \ 4 4 --with github.com/caddyserver/caddy/v2=github.com/caddyserver/caddy/v2@v2.10.2 \ ··· 7 7 --with github.com/caddyserver/certmagic \ 8 8 --with github.com/libdns/libdns \ 9 9 --with github.com/caddyserver/transform-encoder \ 10 - --with github.com/caddyserver/replace-response 11 10 12 11 # downgraded ver: 13 12 # ··· 17 16 # --with github.com/caddy-dns/namecheap@7095083a353829fc83632c34e8988fd8eb72f43d \ 18 17 # --with github.com/caddyserver/certmagic@b9399eadfbe7ac3092f4e65d45284b3aabe514f8 \ 19 18 # --with github.com/libdns/libdns@10c4b13a9a4879c86b6af8a5faa9ca15e9b607c7 \ 20 - # --with github.com/caddyserver/transform-encoder 19 + # --with github.com/caddyserver/transform-encoder \ 20 + # --with github.com/caddyserver/replace-response
+4 -3
mark
··· 1 - #!/bin/bash 1 + #!/usr/bin/env bash 2 2 # 3 - # quick and easy directory bookmarks. pure bash 3 + # this is an old experiment to learn bash 4 + # don't recommend using it :P 4 5 5 - MARK_FILE="$HOME/.marksh" 6 + MARK_FILE="$HOME/.config/marksh" 6 7 7 8 # create bm file if it doesn't exist 8 9 mark_file_create() {
quotes/quote quote