Created
December 21, 2018 00:11
-
-
Save arthurcvm/1ff94817118634c1fb79c1119e101a07 to your computer and use it in GitHub Desktop.
Script que abre conexão com outro PC e envia mensagem ao usuário
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 | |
echo $3 | nc $1 $2 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment