• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1program=${1}
2input=${2}
3echo -n ${input} | ${program}
4