From 696252c38a939599cc2f0ea8a05b135120e725d3 Mon Sep 17 00:00:00 2001 From: Matthew Sotoudeh Date: Sun, 13 Sep 2020 16:13:59 -0700 Subject: Fixes to the arXiv-cleaning rules (#4) Resolves Issue #3, now the arxiv-latex-cleaner rules should work correctly. --- get_file.sh | 5 +++++ 1 file changed, 5 insertions(+) create mode 100755 get_file.sh (limited to 'get_file.sh') diff --git a/get_file.sh b/get_file.sh new file mode 100755 index 0000000..6841e5f --- /dev/null +++ b/get_file.sh @@ -0,0 +1,5 @@ +#!/bin/sh + +builddir=$BUILD_WORKING_DIRECTORY +cp $1 $builddir/$1 +chmod -x+w $builddir/$1 -- cgit v1.2.3