This commit is contained in:
sam 2023-07-20 02:19:45 +02:00
commit 1d8f8b11e0
Signed by: sam
GPG key ID: B4EF20DDE721CAA1
82 changed files with 2284 additions and 0 deletions

4
bin/rake Executable file
View file

@ -0,0 +1,4 @@
#!/usr/bin/env ruby
require_relative "../config/boot"
require "rake"
Rake.application.run