Skip to content
This repository has been archived by the owner on Oct 4, 2020. It is now read-only.

Commit

Permalink
PUSH-UP
Browse files Browse the repository at this point in the history
  • Loading branch information
langonginc committed Jun 19, 2020
1 parent 0db8a48 commit 672bcf9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ int main(int argc, char* argv[])
char nameerr[]="Type";
throw nameerr;
}
system(". ./color.sh && blue ' >> Updating...' && git pull && g++ main.cpp -o LanGong && echo");
system("echo ' >> Updating...' && git pull && g++ main.cpp -o LanGong && echo");
strcpy(type,argv[1]);
//strcpy(type,trim(temp));
strcpy(temp,"install");
Expand Down

0 comments on commit 672bcf9

Please sign in to comment.