From ce87c902807a2ffc0e38ea97d737cc8eac68919e Mon Sep 17 00:00:00 2001 From: Bryan Casey Date: Sat, 4 Jan 2020 11:59:26 -0700 Subject: [PATCH] add exclusions --- script.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/script.sh b/script.sh index 1a42ef4..5d6d0ad 100644 --- a/script.sh +++ b/script.sh @@ -5,4 +5,4 @@ tar -zxvf ~/Downloads/IPMIView*.tar.gz --strip=1 -C ./Resources/IPMIView/. cd Resources/IPMIView/Contents/Home/bin ln -s /usr/bin/java cd ../../../../../.. -cp -R IPMIView.app ~/Applications +rsync -arv --exclude=.git --exclude=Resources/IPMIView/jre IPMIView.app ~/Applications