Created
October 7, 2017 17:03
-
-
Save matheus-souza/d322a5d5b6e4fde6f71315b18c7eb656 to your computer and use it in GitHub Desktop.
Script criar um alias que gera uma notivicação ao terminar um processo
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 | |
# Script criar um alias que gera uma notivicação ao terminar um processo | |
# desenvolvido por Matheus Henrique de Souza | |
# Mail: [email protected] | |
# Data de criação: 07-10-2017 | |
echo "alias aviso='notify-send --icon=utilities-terminal \"Aviso\" \"O processo que estava monitorando chegou ao fim\"'" >> ~/.bashrc |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment