A simple Ruby server using Sinatra that serves Bluesky custom feeds
at master 8 lines 131 B view raw
1#!/usr/bin/env bash 2set -euo pipefail 3IFS=$'\n\t' 4set -vx 5 6bundle install 7 8# Do any other automated setup that you need to do here