Your Linux Self-Help Desk. A selection of mostly Linux related tutorials, howtos, fixes, news and more.
#!/bin/bash target=$1; shiftecho knock $target with knock $*for i in $*; doecho > /dev/udp/$target/$i; done
I appreciate comments. Feel free to write anything you wish. Selected comments and questions will be published.
No comments:
Post a Comment
I appreciate comments. Feel free to write anything you wish. Selected comments and questions will be published.