@@ -23,8 +23,9 @@ int makeshell(char *src, int complexity) {
if(complexity==SINGLE)
single_init(src);
elseif(complexity==FULL)
elseif(complexity==FULL){
full_project_init_and_cd(src);
}
else
die("invalid state! shell.c:%d",__LINE__);
Reference in New Issue
Block a user
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.