#!/bin/bash
save_path=$PWD
cd /mnt/z/mars/bin/wudao-dict
./wdd $*
cd $save_path
