Exd/run.pl

7 lines
112 B
Perl
Raw Normal View History

#!/usr/bin/env perl
2024-10-29 22:32:26 +01:00
BEGIN {
chdir '/app/Hiperthermia';
require '/app/Hiperthermia/scripts/main.pl';
};