Subversion Repositories Kolibri OS

Rev

Rev 1669 | Rev 1807 | Go to most recent revision | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 1669 Rev 1673
Line 1... Line 1...
1
#define SHELL_VERSION "0.4.51"
1
#define SHELL_VERSION "0.4.52"
Line 2... Line 2...
2
 
2
 
3
extern char	PATH[256];
3
extern char	PATH[256];
Line 4... Line 4...
4
extern char	PARAM[256];
4
extern char	PARAM[256];
Line 63... Line 63...
63
int cmd_ver(char arg[]);
63
int cmd_ver(char arg[]);
64
int cmd_sleep(char arg[]);
64
int cmd_sleep(char arg[]);
65
int cmd_shutdown(char arg[]);
65
int cmd_shutdown(char arg[]);
66
int cmd_uptime(char param[]);
66
int cmd_uptime(char param[]);
67
 
67
int cmd_killall(char process_name[]);
-
 
68
 
Line 68... Line 69...
68
/// ===========================================================
69
/// ===========================================================
Line 69... Line 70...
69
 
70
 
70
#if LANG_ENG
71
#if LANG_ENG