7 lines
82 B
C
7 lines
82 B
C
#include "../../includes/builtins.h"
|
|
|
|
void builtin_cd(char *str)
|
|
{
|
|
(void)str;
|
|
}
|