#!/usr/local/bin/python3.11
# (c) Sebastian Kapfer, 2015
# vim: et:ts=4
import sys
from rubber.cmdline import Pipe
Pipe () (sys.argv[1:])
