#!/bin/bash q1_answer() { # TODO: Complete pipeline echo "Read the fine manual" | ... } q2_answer() { # TODO: Complete pipeline echo "BTW, I use Arch" | ... } q3_answer() { # TODO: Complete pipeline echo " Yes, do as I say" | ... } q4_answer() { # TODO: Complete pipeline curl -sL https://yld.me/raw/yWh | ... } q5_answer() { # TODO: Complete pipeline curl -sL https://yld.me/raw/yWh | ... } q6_answer() { # TODO: Complete pipeline curl -sL https://yld.me/raw/yWh | ... }