#!/bin/bash clear echo "================================" echo " Native Door Test - linuxdoortest" echo "================================" echo "" echo "hello world" echo "" echo "Press any key to exit..." read -n 1 -s
info at phpclasses dot org