4 lines
102 B
Plaintext
4 lines
102 B
Plaintext
|
#!/usr/bin/env ruby -U
|
||
|
require 'github_changelog_generator'
|
||
|
GitHubChangelogGenerator::CLI.start(ARGV)
|