bin/join-regex-or @ 2a6258a8b0e6

More
author Steve Losh <steve@stevelosh.com>
date Tue, 07 Feb 2023 11:14:10 -0500
parents 301dff61cd7b
children (none)
#!/usr/bin/env python3

import sys
print("|".join(sys.stdin.readlines()).replace('\n', ''))