mirror of
https://github.com/hak8or/proxmox_scripts.git
synced 2025-01-15 11:57:57 +00:00
8 lines
100 B
Plaintext
8 lines
100 B
Plaintext
|
require 'rubygems'
|
||
|
require 'bundler'
|
||
|
|
||
|
Bundler.require
|
||
|
|
||
|
require './website'
|
||
|
run Sinatra::Application
|