bin/ws @ de3fbded24a1

More
author Steve Losh <steve@stevelosh.com>
date Tue, 04 Oct 2022 14:20:19 -0400
parents fb6026dbfa7e
children (none)
#!/usr/bin/env bash

set -euo pipefail

python -c 'import sys; sys.stdout.write(sys.stdin.read().strip())'