#include "shell.hpp" // print the current directory void shell::c_pwd (std::string args) { // easy... ;-) std::cout << cwd_.get_url ().get_url () << std::endl; return; }