Arc Forumnew | comments | leaders | submitlogin
2 points by bash 5919 days ago | link | parent

Bash:

  read text
  read -p clickhere
  echo you said $text


1 point by CarlGundel 5919 days ago | link

Is that a web app?

-----