Última atividade 1721070977

rcaldous's Avatar rcaldous revisou este gist 1721070977. Ir para a revisão

1 file changed, 2 insertions

getall.sh(arquivo criado)

@@ -0,0 +1,2 @@
1 + #!/bin/bash
2 + find . -mindepth 2 -type f -print -exec mv {} . \;
Próximo Anterior