removed some strange index file CHKLIST.MS
[mirrors/Programs.git] / bash / bircb / test.bash
... / ...
CommitLineData
1#!/bin/bash
2
3loool
4
5#FUNCTIONS
6function loool() {
7 while true; do
8 echo lol
9 sleep 1
10 done;
11}
This page took 0.125751 seconds and 4 git commands to generate.