summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--parse.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/parse.cpp b/parse.cpp
index a0f0300..875ad40 100644
--- a/parse.cpp
+++ b/parse.cpp
@@ -96,7 +96,8 @@ void pish_parse(const string& str)
{
dash();
usleep(250000);
- char* pwd=getcwd(0,0);
+ char* pwd=getcwd(0,0); // is this extension Linux only?
+ cout << pwd << endl;
transmit(string(pwd));
free(pwd);
usleep(25000);