Skip to content

Instantly share code, notes, and snippets.

View svoop's full-sized avatar
🌍
Coders for future

Sven Schwyn svoop

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