Skip to content

Instantly share code, notes, and snippets.

View svoop's full-sized avatar
🥐
Yummie!

Sven Schwyn svoop

🥐
Yummie!
View GitHub Profile
@svoop
svoop / build-checkpoint
Created May 17, 2023 19:39
Build Checkpoint for Render
View build-checkpoint
#!/usr/bin/env ruby
require 'bundler/inline'
require 'optparse'
require 'timeout'
gemfile do
source 'https://rubygems.org'
gem 'redis'
end
View openpgp.md