Skip to content

Commit

Permalink
remote_shell.sh: less verbosity
Browse files Browse the repository at this point in the history
  • Loading branch information
mslehto committed Mar 7, 2019
1 parent cfe5826 commit d385dd0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/remote_shell.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ sftpcmd ()
{
src=$1
dst=$2
echo "ls -lnf $dst"
#echo "ls -lnf $dst"
#echo "rm $dst"
echo "put $src $dst"
}
Expand Down

0 comments on commit d385dd0

Please sign in to comment.