Skip to content

slarwise/templates

Repository files navigation

Templates

Templates. tmp lates: I'm feeling lucky

fd.

    <h>
#!/bin/bash

if [ $# -eq 0 ]; then
    URL="https://api.github.com/repos/slarwise/templates/contents/templates"
    curl --silent "$URL" | jq --raw-output '.[].name'
else
    URL="https://raw.githubusercontent.com/slarwise/templates/main/templates/${1}"
    curl --silent "$URL"
fi








































opa gamgam sty

About

Most text static but some things. change

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published