Borland TurboBASIC & TurboPASCAL stuff from 1998 when i started with programming...
[mirrors/Programs.git] / bash / banner.sh
CommitLineData
21c4e167
H
1#!/bin/bash
2
3while true; do
4 banner $@
5 sleep 0.1;
6done;
This page took 0.084852 seconds and 4 git commands to generate.