summaryrefslogtreecommitdiffstats
path: root/updown.pl
diff options
context:
space:
mode:
Diffstat (limited to 'updown.pl')
-rwxr-xr-xupdown.pl5
1 files changed, 5 insertions, 0 deletions
diff --git a/updown.pl b/updown.pl
new file mode 100755
index 0000000..f8b7d8a
--- /dev/null
+++ b/updown.pl
@@ -0,0 +1,5 @@
+#!/usr/bin/perl
+use Text::UpsideDown;
+use feature 'say';
+no warnings;
+say upside_down( "@ARGV" )