bin/join-strings @ 0a0656fc952a

More cleanup
author Steve Losh <steve@stevelosh.com>
date Fri, 18 Mar 2022 15:23:35 -0400
parents 031a18772407
children (none)
#!/usr/bin/env python3

import sys
print(sys.argv[1].join(sys.stdin.readlines()))