summaryrefslogtreecommitdiffstats
path: root/rdesktop
diff options
context:
space:
mode:
authorJérémy Zurcher <jeremy@asynk.ch>2018-03-14 09:48:36 +0100
committerJérémy Zurcher <jeremy@asynk.ch>2018-03-14 09:48:36 +0100
commitf46a10e52be96e2f149e40f3aa19307922d50bbc (patch)
treeef83ebe5f997e048991daf0b2bfb12d21327cb9d /rdesktop
parent3f4c54b0319d0e1a9387be15eee4e128496d493f (diff)
downloadbin-f46a10e52be96e2f149e40f3aa19307922d50bbc.zip
bin-f46a10e52be96e2f149e40f3aa19307922d50bbc.tar.gz
rdesktop : add debug echo
Diffstat (limited to 'rdesktop')
-rwxr-xr-xrdesktop1
1 files changed, 1 insertions, 0 deletions
diff --git a/rdesktop b/rdesktop
index 9769d0d..09728a0 100755
--- a/rdesktop
+++ b/rdesktop
@@ -11,6 +11,7 @@ else
f="$HOME/.smb/$1.auth"
fi
+echo " loading $f"
if [ -r "$f" ];then
username=$(cat $f | sed -ne 's/username=\(.*\)/\1/p; s/\n//g')
password=$(cat $f | sed -ne 's/password=\(.*\)/\1/p; s/\n//g')