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

#include "def.h"

void shell_run_cmd(str arg);

#endif