Skip to content

Instantly share code, notes, and snippets.

@arthurcvm
Created December 21, 2018 00:11
Show Gist options
  • Save arthurcvm/1ff94817118634c1fb79c1119e101a07 to your computer and use it in GitHub Desktop.
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
#!/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