public
Description: The Nu programming language.
Homepage: http://programming.nu
Clone URL: git://github.com/timburks/nu.git

Comments for timburks's nu   feed

bjeanes commented on timburks/nu 3 months ago
Comment in c633b2e:

drnic, that doesn’t handle the case where the bundle isn’t a git repository. i.e. i personally just hit the download button to install my copy. In retrospect, making it a git clone probably would have been more useful, but the point still stands

drnic commented on timburks/nu 3 months ago
Comment in c633b2e:

Instead of rm -rf’ing the folder, clone the repo if the folder doesn’t exist, or "cd folder && git pull" if the folder does exist, perhaps?