I am writing a python package (svnplot). I want to copy a shell script or batch files in users home directory or current directory, so that user can conveniently execute the commands in the package.
Currently to execute svnplot command, user have to call something similar to
python /svnplot/svnplot.py
If I copy a shell script or batch file in users home directory, then user just have to call
svnplot.sh
However, I am not able to figure out how to copy the files to users home directory.