source: admin/Interface/InventarioHardware @ c21abbc

Last change on this file since c21abbc was 1602040, checked in by ramon <ramongomez@…>, 11 years ago

Versión 1.0.5, #616: Integrar código de la versión 1.0.5 en rama principal.

git-svn-id: https://opengnsys.es/svn/trunk@4309 a21b9725-9963-47de-94b9-378ad31fedc9

  • Property mode set to 100755
File size: 148 bytes
RevLine 
[3ec149c]1#!/bin/bash
[1602040]2# Script de interfaz para guardar en un fichero el inventario de hardware de un cliente.
3
[3ec149c]4file=$(listHardwareInfo)
[1602040]5tail -n+2 $file >$1
6
Note: See TracBrowser for help on using the repository browser.