bin/join-regex-or @ 6fdcbcfb607b

More
author Steve Losh <steve@stevelosh.com>
date Sat, 16 Sep 2023 15:15:46 -0400
parents 301dff61cd7b
children (none)
#!/usr/bin/env python3

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