96fd540db3f81f753265e8a283024ec99cb5a8b2
[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.330332 seconds and 5 git commands to generate.