I would like to augment apt-cyg such that cygwin and cygwinports could be
supported simultaneously.
mirror="`head -1 /etc/setup/last-mirror`"
to
declare -a mirrors=$(cat /etc/setup/last-mirrors)
Then proceed with wrapping the following functions in the appropriate for-loops:
findworkspace()
getsetup()
install()
Have you any objection, or might this already be underway?
Original issue reported on code.google.com by msher...@marsys-llc.com on 12 Sep 2014 at 11:45
Original issue reported on code.google.com by
msher...@marsys-llc.com
on 12 Sep 2014 at 11:45