Added script which should be able to change banner in sshd binary one day...
[mirrors/Programs.git] / bash / banner.sh
1 #!/bin/bash
2
3 while true; do
4 banner $@
5 sleep 0.1;
6 done;
This page took 0.271896 seconds and 4 git commands to generate.