Bayeux
3.4.1
Core Foundation library for SuperNEMO
bayeux
datatools
ui
shell_commands.h
Go to the documentation of this file.
1
//
4
// Copyright (c) 2015 by François Mauger <mauger@lpccaen.in2p3.fr>
5
//
6
// This file is part of datatools.
7
//
8
// datatools is free software: you can redistribute it and/or modify
9
// it under the terms of the GNU General Public License as published by
10
// the Free Software Foundation, either version 3 of the License, or
11
// (at your option) any later version.
12
//
13
// datatools is distributed in the hope that it will be useful,
14
// but WITHOUT ANY WARRANTY; without even the implied warranty of
15
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
16
// GNU General Public License for more details.
17
//
18
// You should have received a copy of the GNU General Public License
19
// along with datatools. If not, see <http://www.gnu.org/licenses/>.
20
21
#ifndef DATATOOLS_UI_SHELL_COMMANDS_H
22
#define DATATOOLS_UI_SHELL_COMMANDS_H
23
24
// This project:
25
#include <
datatools/ui/shell_exit_command.h
>
26
#include <
datatools/ui/shell_help_command.h
>
27
#include <
datatools/ui/shell_pwd_command.h
>
28
#include <
datatools/ui/shell_ls_command.h
>
29
#include <
datatools/ui/shell_cd_command.h
>
30
#include <
datatools/ui/shell_man_command.h
>
31
#include <
datatools/ui/shell_tree_command.h
>
32
#include <
datatools/ui/shell_load_command.h
>
33
34
#endif // DATATOOLS_UI_SHELL_COMMANDS_H
35
36
// Local Variables: --
37
// mode: c++ --
38
// c-file-style: "gnu" --
39
// tab-width: 2 --
40
// End: --
shell_cd_command.h
Shell cd command.
shell_load_command.h
Shell load command.
shell_tree_command.h
Shell tree command.
shell_pwd_command.h
Shell pwd command.
shell_help_command.h
shell_man_command.h
Shell help command.
shell_exit_command.h
Shell exit command.
shell_ls_command.h
Shell ls command.
Generated by
1.8.15