Rewrite the Mage basics, temporarily removing the dependency-logging command
[mgear/mgear.git] / experiments / test-notee
CommitLineData
00804b7c
MM
1#!/usr/bin/perl
2while (<STDIN>) {
3 print STDOUT $_;
4}