#!/bin/sh
echo "List of tools commands :"
echo ""
echo "- uptime	: Tell how long the system has been running"
echo "- date		: Print or set the system date and time"
echo "- hostname	: Print or set the system's host name"
echo "- ifconfig	: Print or set network interface"
echo "- exit		: End the session"
echo "- df -h		: Report file system disk space usage"
echo "- reboot	: Reboot the system"
echo "- helpINS	: Show the help"
echo "- cmdList	: Show this list"
echo "- info		: Print the gate informations"
echo "- manageIP	: Set static/dhcp ethernet informations"
echo "- fwUpdate	: Update a program firmware or the clover firmware"
echo "- paramUpdate	: Set a program parameter"
echo "- getParam	: Print a program parameter"
echo "- getLogs	: Print MQTT or Clover frames"
echo "- syncRTC	: Synchronize the linux and the clover RTC"
echo "- cloverSend	: Send a frame to the clover"
echo "- reinitGate	: Reset gate to default parameters"
