diff options
| author | Sebastiano Tronto <sebastiano@tronto.net> | 2022-03-07 10:12:05 +0100 |
|---|---|---|
| committer | Sebastiano Tronto <sebastiano@tronto.net> | 2022-03-07 10:12:05 +0100 |
| commit | f6df8471931faeac7be76b8cdedc6daa48ab961d (patch) | |
| tree | b0d1f6181ed480975d041630858c96d661b47801 /src/shell.c | |
| parent | ecd8bbf2c0b7a4ca20c9cdc5f8f26836d4082c36 (diff) | |
| download | nissy-f6df8471931faeac7be76b8cdedc6daa48ab961d.tar.gz nissy-f6df8471931faeac7be76b8cdedc6daa48ab961d.zip | |
Set up for adding freemem command
Diffstat (limited to '')
| -rw-r--r-- | src/shell.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/shell.c b/src/shell.c index 31dde0e..420dc1c 100644 --- a/src/shell.c +++ b/src/shell.c | |||
| @@ -163,5 +163,7 @@ main(int argc, char *argv[]) | |||
| 163 | launch(false); | 163 | launch(false); |
| 164 | } | 164 | } |
| 165 | 165 | ||
| 166 | /* TODO: exec freemem */ | ||
| 167 | |||
| 166 | return 0; | 168 | return 0; |
| 167 | } | 169 | } |
