source:
client/engine/ToolsGNU.c
@
9a2cda1e
Last change on this file since 9a2cda1e was 8964f9b, checked in by , 16 years ago | |
---|---|
|
|
File size: 383 bytes |
Rev | Line | |
---|---|---|
[28a505e] | 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 | ||
12 | function awk () { | |
13 | } | |
[2110bf6] | 14 | |
15 | ||
16 | function parted () { | |
17 | } | |
18 | ||
19 | ||
20 | ||
21 | function fdisk () { | |
22 | } | |
23 | ||
24 | ||
25 | function egrep () { | |
26 | } | |
27 | ||
28 | function grep () { | |
29 | } | |
[f2af0c8] | 30 | |
31 | ||
32 | function partprobe () { | |
[2110bf6] | 33 | } |
[1911258] | 34 | |
35 | function ms-sys () { | |
36 | } | |
37 | } |
Note: See TracBrowser
for help on using the repository browser.