Added some small boring scripts and programs writen in few last years
[mirrors/Programs.git] / bash / bircb / test.bash
1 #!/bin/bash
2
3 loool
4
5 #FUNCTIONS
6 function loool() {
7 while true; do
8 echo lol
9 sleep 1
10 done;
11 }
This page took 0.270365 seconds and 4 git commands to generate.