diff options
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 () { +} +} |