kc-interface/updateInfo.php

8 lines
100 B
PHP
Raw Permalink Normal View History

2022-12-20 14:30:30 +01:00
<?php
$shellcommand2 = "nmcli c show > connections.csv"
$output = shell_exec($shellcommand2);
?>