repo.or.cz
/
linux_from_scratch.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Tagging 1.99.1
[linux_from_scratch.git]
/
lfscmd
/
src
/
main.c
blob
ca16ef80a8ee837b04051255647812a3ea563eb3
1
/*
2
* Copyright (C) 2003 Timothy Bauscher <timothy@linuxfromscratch.org>
3
*/
4
5
#include
"lfscmd.h"
6
7
/*
8
In the future, symlinks will determine run mode.
9
The default mode shall be docbook xml.
10
*/
11
12
int
main
(
int
argc
,
char
**
argv
) {
13
return
(
lfscmd
(
argc
,
argv
));
14
}