[doc] md-plte-adjust.c: Add an example bash command.

This commit is contained in:
David Korth 2021-06-14 21:36:52 -04:00
parent d7be7fcf54
commit 949b32565c

View File

@ -13,6 +13,9 @@
* SPDX-License-Identifier: GPL-2.0-or-later *
***************************************************************************/
// Example bash command:
// for FILE in *.png; do if [ ! -L "${FILE}" ]; then ./md-plte-adjust "${FILE}"; fi; done
#include <arpa/inet.h>
#include <errno.h>
#include <stdio.h>