new git_info script reports on repository, added cygwindrive mounter function for...
[feisty_meow.git] / scripts / core / functions.sh
index 88f3d315032f2283bc5d24108606fec98be8bcb3..62e92d5b8fd543d66b0d68e5d63c743d49344aea 100644 (file)
@@ -319,6 +319,12 @@ if [ -z "$skip_all" ]; then
     regenerate
   }
 
+  function add_cygwin_drive_mounts() {
+    for i in c d e f g h q z ; do
+      ln -s /cygdrive/$i $i
+    done
+  }
+
   function function_sentinel() { return 0; }
   
   if [ ! -z "$SHELL_DEBUG" ]; then echo function definitions end....; fi