From 9b00b4b06a3aed5c4017d7689a42874769c7ca55 Mon Sep 17 00:00:00 2001 From: Tran Hau Date: Fri, 19 Feb 2021 13:12:01 +0700 Subject: [PATCH] add more projects --- Scripts/projects.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Scripts/projects.sh b/Scripts/projects.sh index 055389e..0690874 100755 --- a/Scripts/projects.sh +++ b/Scripts/projects.sh @@ -3,6 +3,8 @@ git clone https://github.com/haunt98/dotfiles.git ~/go/src/github.com/haunt98/dotfiles git clone https://github.com/haunt98/til.git ~/go/src/github.com/haunt98/til git clone https://github.com/haunt98/gitu.git ~/go/src/github.com/haunt98/gitu +git clone https://github.com/haunt98/changeloguru.git ~/go/src/github.com/haunt98/changeloguru +git clone https://github.com/haunt98/license.git ~/go/src/github.com/haunt98/license git clone https://github.com/haunt98/converter.git ~/go/src/github.com/haunt98/converter git clone https://github.com/haunt98/leetcode.git ~/go/src/github.com/haunt98/leetcode git clone https://github.com/haunt98/advent-of-code.git ~/go/src/github.com/haunt98/advent-of-code