This is content converted from Markdown!
Here's a JSON sample:
{
"foo": "bar"
}
# TO USE THIS SCRIPT | |
# Copy and Paste into a new file in campus/script/remove_sport_dependent_services.rb | |
# DRY RUN (test): ruby script/remove_sport_dependent_services.rb | |
# RUN for real: ruby script/remove_sport_dependent_services.rb --dry-run=false | |
class RemoveSportDependentServices | |
attr_reader :dry_run | |
def initialize(options = {}) | |
@dry_run = true |
<html> | |
<head> | |
<style> | |
h1 { | |
font-family: Calibri; | |
} | |
</style> | |
</head> | |
<body> | |
<h1>Hello World!</h1> |