App-Changelord/bin/changelord

6 lines
85 B
Plaintext
Raw Normal View History

2022-07-13 16:09:07 +00:00
#!/usr/bin/env perl
use App::Changelord;
App::Changelord->new_with_options()->run;