mirror of
https://github.com/apache/nuttx-apps.git
synced 2026-08-08 14:07:23 +00:00
by this command: git ls-files -z | while IFS= read -rd '' f; do tail -c1 < "$f" | read -r _ || echo >> "$f"; done
3 lines
37 B
PHP
3 lines
37 B
PHP
<?php
|
|
echo json_encode($_POST);
|
|
?>
|