Skip to content
Snippets Groups Projects
menu.sh 206 B
Newer Older
#!/usr/bin/env bash

menu () {
Pol Discart's avatar
Pol Discart committed
	clear
	echo ""
	echo ""
	echo ""
	echo ""
	cat menu.txt
	echo ""
	echo ""
	echo ""
    	read -p "							Appuyez sur la touche entrée pour commencer !" input
    	echo ""