]> cat aescling's git repositories - mastodon.git/blob - bin/tootctl
Bump webpush from 0.3.5 to 0.3.6 (#9783)
[mastodon.git] / bin / tootctl
1 #!/usr/bin/env ruby
2 APP_PATH = File.expand_path('../config/application', __dir__)
3 require_relative '../config/boot'
4 require_relative '../lib/cli'
5 Mastodon::CLI.start(ARGV)
This page took 0.084896 seconds and 4 git commands to generate.