aboutsummaryrefslogtreecommitdiff
path: root/preprocessor/url.sh
blob: bc4e221744e8c35d217d05dadc2676d8e8ff5061 (plain)
1
2
3
4
#!/bin/bash
read_from_pipe() { read "$@" <&0; }

echo "$(read_from_pipe | head -1)"