bin/join-strings @ 19933428015c

Firefox changed its class name for no goddamn reason, sigh
author Steve Losh <steve@stevelosh.com>
date Tue, 15 Mar 2022 16:01:25 -0400 (2022-03-15)
parents 031a18772407
children (none)
#!/usr/bin/env python3

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