mirror of
https://github.com/astuto/astuto.git
synced 2025-12-15 11:17:49 +01:00
5 lines
90 B
Plaintext
5 lines
90 B
Plaintext
|
|
#!/usr/bin/env ruby
|
||
|
|
require_relative '../config/boot'
|
||
|
|
require 'rake'
|
||
|
|
Rake.application.run
|