aboutsummaryrefslogtreecommitdiffstats
path: root/bcd.pl
diff options
context:
space:
mode:
Diffstat (limited to 'bcd.pl')
-rwxr-xr-xbcd.pl9
1 files changed, 9 insertions, 0 deletions
diff --git a/bcd.pl b/bcd.pl
new file mode 100755
index 0000000..721f3a9
--- /dev/null
+++ b/bcd.pl
@@ -0,0 +1,9 @@
+#!/usr/bin/perl -w
+
+use strict;
+
+# internal lib
+use BCD::Bcd;
+use BCD::Common;
+
+main_bcd();