Files
bun.sh/test/bun.js/bash-echo.sh
2022-10-12 14:43:24 -07:00

5 lines
62 B
Bash

#!/usr/bin/env bash
myvar=$(cat /dev/stdin)
echo -e "$myvar"