diff options
author | alonso <alonso@us.es> | 2010-10-23 09:34:04 +0000 |
---|---|---|
committer | alonso <alonso@us.es> | 2010-10-23 09:34:04 +0000 |
commit | 3ec149cb19165453434984c88e8ba03f648e578e (patch) | |
tree | 9d315751684c2c27ed66ad645aeea52ce9027859 /admin/Interface/InventarioHardware | |
parent | 550b680d176cbccfecfe35fad440dd570d90ba5b (diff) |
git-svn-id: https://opengnsys.es/svn/trunk@1314 a21b9725-9963-47de-94b9-378ad31fedc9
Diffstat (limited to 'admin/Interface/InventarioHardware')
-rw-r--r-- | admin/Interface/InventarioHardware | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/admin/Interface/InventarioHardware b/admin/Interface/InventarioHardware new file mode 100644 index 00000000..38d63213 --- /dev/null +++ b/admin/Interface/InventarioHardware @@ -0,0 +1,3 @@ +#!/bin/bash +file=$(listHardwareInfo) +cp $file $1 |