mirror of
https://github.com/openSUSE/osem.git
synced 2026-01-26 06:48:58 -05:00
Binstubs are nice but not with openSUSE specific ruby binary names that break on other environments.
5 lines
90 B
Ruby
Executable File
5 lines
90 B
Ruby
Executable File
#!/usr/bin/env ruby
|
|
require_relative '../config/boot'
|
|
require 'rake'
|
|
Rake.application.run
|