interagindo_quatro.sh 94 B

1234567
  1. #!/usr/bin/env bash
  2. echo -e "Qual diretorio voce quer listar?"
  3. read listagem
  4. ls "$listagem"