From ed747f3bf5061f3528adaf293c20928473a26aae Mon Sep 17 00:00:00 2001 From: Benjamin Mako Hill Date: Wed, 5 Jan 2022 09:10:02 +0900 Subject: [PATCH] also move the gitignore file --- new_beamer_presentation | 1 + 1 file changed, 1 insertion(+) diff --git a/new_beamer_presentation b/new_beamer_presentation index ebba317..24f21ac 100755 --- a/new_beamer_presentation +++ b/new_beamer_presentation @@ -14,6 +14,7 @@ then # get rid of paper_template subdir mv $1/template/* $1 + mv $1/template/.gitignore $1 rm -rf $CURDIR/$1/template mv $1/example.tex $1/$1.tex -- 2.30.2