summaryrefslogtreecommitdiffstats
path: root/.local/bin/dmpc
blob: afec53fcbef04a7581117875409fa56b5bc5f9fe (plain)
1
2
3
4
5
6
7
8
9
10
#!/usr/local/bin/perl

sub main
{
	return;
}

main();

__END__