Skip to content

Instantly share code, notes, and snippets.

@arthurcvm
Created December 21, 2018 00:12
Show Gist options
  • Save arthurcvm/c7f1d0798c0b941376124158b3fd0e5c to your computer and use it in GitHub Desktop.
Save arthurcvm/c7f1d0798c0b941376124158b3fd0e5c to your computer and use it in GitHub Desktop.
Script que instala programas que o usuário passa por parâmetro
#!/bin/bash
sudo apt-get install $1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment