source: client/engine/ToolsGNU.c @ 6654a24

918-git-images-111dconfigfileconfigure-oglivegit-imageslgromero-new-oglivemainmaint-cronmount-efivarfsmultivmmultivm-ogboot-installerogClonningEngineogboot-installer-jenkinsoglive-ipv6test-python-scriptsticket-301ticket-50ticket-50-oldticket-577ticket-585ticket-611ticket-612ticket-693ticket-700ubu24tplunification2use-local-agent-oglivevarios-instalacionwebconsole3
Last change on this file since 6654a24 was 8964f9b, checked in by ramon <ramongomez@…>, 16 years ago

Resstructuración de trunk.

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

  • Property mode set to 100644
File size: 383 bytes
Line 
1#!/bin/bash
2#/**
3#@file    ToolsGNU.c
4#@brief   Librería o clase Tools GNU used by OpenGNSys
5#@class   Tools
6#@brief   Herramientas gnu utilizadas por opengnsys.
7#@version 0.9
8#@warning License: GNU GPLv3+
9#*/
10
11
12function awk () {
13}
14
15
16function parted () {
17}
18
19
20
21function fdisk () {
22}
23
24
25function egrep () {
26}
27
28function grep () {
29}
30
31
32function partprobe () {
33}
34
35function ms-sys () {
36}
37}
Note: See TracBrowser for help on using the repository browser.