export win_data_root_dir=/cygdrive/c/var for dir in `ls -1 $win_data_root_dir`; do target_path=$win_data_root_dir/$dir ; link_path=/var/$dir ; mkdir -p `dirname $link_path`; unlink $link_path; ln -s "$target_path" "$link_path"; ls -la $link_path; done; history | cut -c 8-
Creating a Packaged Windows Single File Web Site Viewer Executable
-
[image: Banner]
This post falls squarely into the stupid pet tricks category, but I'm going
to post about it anyway, because it was an interesting experi...
5 days ago