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

6 lines
172 B
Plaintext
Raw Normal View History

#!/usr/bin/env ruby
APP_PATH = File.expand_path('../config/application', __dir__)
2018-09-07 12:42:54 +09:00
require_relative '../config/boot'
require_relative '../lib/cli'
Mastodon::CLI.start(ARGV)