Created
December 21, 2018 00:12
-
-
Save arthurcvm/c7f1d0798c0b941376124158b3fd0e5c to your computer and use it in GitHub Desktop.
Script que instala programas que o usuário passa por parâmetro
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/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