From f8c51cd9f3fa1b31d4adc0208be5afa2fa799d09 Mon Sep 17 00:00:00 2001 From: razzanYoni <13521087@mahasiswa.itb.ac.id> Date: Sun, 22 Oct 2023 11:57:49 +0700 Subject: [PATCH] add script for setup folder --- setup.sh | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 setup.sh diff --git a/setup.sh b/setup.sh new file mode 100644 index 0000000..c1d8133 --- /dev/null +++ b/setup.sh @@ -0,0 +1,4 @@ +git clone https://github.com/noelsimbolon/tonality-client.git; +git clone https://github.com/noelsimbolon/tonality-plain.git; +git clone https://github.com/noelsimbolon/tonality-rest.git; +git clone https://github.com/noelsimbolon/tonality-soap.git; \ No newline at end of file -- GitLab