1
0

Run the Initializing git submodules...

Submodules updated! command silently
This commit is contained in:
Noah 2017-01-11 12:54:33 -08:00
parent c44520a328
commit 41a3ce483f

View File

@ -105,6 +105,8 @@ sub main {
if ($command eq "setup") {
setup();
if (fork() == 0) {
close(STDOUT);
close(STDERR);
vim();
}
} elsif ($command eq "vim") {