Cayman files

This commit is contained in:
Andrea Zignoli 2023-05-06 13:59:10 +02:00
parent ae0cfcf1eb
commit 46fd8a8af2
26 changed files with 1806 additions and 289 deletions

6
script/bootstrap Executable file
View file

@ -0,0 +1,6 @@
#!/bin/sh
set -e
gem install bundler
bundle install