From f65ffd69544060717e888c0c3eda27656c81b97c Mon Sep 17 00:00:00 2001 From: Tran Hau Date: Thu, 18 Feb 2021 16:20:51 +0700 Subject: [PATCH] add projects git clone --- Scripts/projects.sh | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100755 Scripts/projects.sh diff --git a/Scripts/projects.sh b/Scripts/projects.sh new file mode 100755 index 0000000..055389e --- /dev/null +++ b/Scripts/projects.sh @@ -0,0 +1,8 @@ +#!/usr/bin/env bash + +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/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