File: rubber-pipe

package info (click to toggle)
rubber 1.4-2
  • links: PTS
  • area: main
  • in suites: stretch
  • size: 1,312 kB
  • ctags: 588
  • sloc: python: 3,783; sh: 111; makefile: 11
file content (6 lines) | stat: -rwxr-xr-x 133 bytes parent folder | download
1
2
3
4
5
6
#!/usr/bin/env python2
# (c) Sebastian Kapfer, 2015
# vim: et:ts=4
import sys
from rubber.cmdline import Pipe
Pipe () (sys.argv[1:])