1
0
mirror of https://github.com/mastodon/mastodon synced 2024-12-01 16:28:19 +09:00
mastodon/bin/tootctl

5 lines
138 B
Plaintext
Raw Normal View History

#!/usr/bin/env ruby
APP_PATH = File.expand_path('../config/application', __dir__)
require_relative '../lib/cli'
Mastodon::CLI.start(ARGV)