diff options
author | ramon <ramongomez@us.es> | 2009-10-19 09:47:15 +0000 |
---|---|---|
committer | ramon <ramongomez@us.es> | 2009-10-19 09:47:15 +0000 |
commit | 8964f9b26b06f61e20fba15bfe4fb653cc1a31b5 (patch) | |
tree | 8663353fbea6faab97ee1ac38d541d5485771018 /client/engine/ToolsGNU.c | |
parent | 87b02b26e403807cf587356ed77ac52c74eba3fd (diff) |
Resstructuración de trunk.
git-svn-id: https://opengnsys.es/svn/trunk@390 a21b9725-9963-47de-94b9-378ad31fedc9
Diffstat (limited to 'client/engine/ToolsGNU.c')
-rw-r--r-- | client/engine/ToolsGNU.c | 37 |
1 files changed, 37 insertions, 0 deletions
diff --git a/client/engine/ToolsGNU.c b/client/engine/ToolsGNU.c new file mode 100644 index 00000000..20ffff50 --- /dev/null +++ b/client/engine/ToolsGNU.c @@ -0,0 +1,37 @@ +#!/bin/bash +#/** +#@file ToolsGNU.c +#@brief LibrerÃa o clase Tools GNU used by OpenGNSys +#@class Tools +#@brief Herramientas gnu utilizadas por opengnsys. +#@version 0.9 +#@warning License: GNU GPLv3+ +#*/ + + +function awk () { +} + + +function parted () { +} + + + +function fdisk () { +} + + +function egrep () { +} + +function grep () { +} + + +function partprobe () { +} + +function ms-sys () { +} +} |