summaryrefslogtreecommitdiff
path: root/stage3/shell.h
blob: 2336d2162ef250bb431b2ea9f46a4d4d65acc71c (plain)
1
2
3
4
5
6
7
8
9
#ifndef SHELL_H
#define SHELL_H

#include "def.h"

void shell_run_cmd(str arg);
void shell_run_file(str arg);

#endif