git @ Cat's Eye Technologies Corona-Realm-of-Magic / master src / corona.pl
master

Tree @master (Download .tar.gz)

corona.pl @masterraw · history · blame

1
2
3
4
5
6
7
#!/usr/bin/perl -w

# Simple driver script to start the CARPE DIEM module,
# _Corona: Realm of Magic_.

system "perl carpe.pl corona";
exit(0);