From 73d09bb9b771f0fbbb60cd4f91623db8fa4709d3 Mon Sep 17 00:00:00 2001 From: Benedikt Peetz Date: Sat, 3 Aug 2024 19:00:22 +0200 Subject: refactor(templates/latex/academia): Use more common files --- templates/latex/academia/watch.sh | 71 +-------------------------------------- 1 file changed, 1 insertion(+), 70 deletions(-) mode change 100755 => 120000 templates/latex/academia/watch.sh (limited to 'templates/latex/academia/watch.sh') diff --git a/templates/latex/academia/watch.sh b/templates/latex/academia/watch.sh deleted file mode 100755 index e5147f2..0000000 --- a/templates/latex/academia/watch.sh +++ /dev/null @@ -1,70 +0,0 @@ -#!/usr/bin/env sh - -help() { - cat <&2 - exit 1 - ;; - esac -done - -[ -n "$reader" ] && "$reader" ./build/%INIT_APPLICATION_NAME.pdf & - -while true; do - ./build.sh - sleep "$time" -done diff --git a/templates/latex/academia/watch.sh b/templates/latex/academia/watch.sh new file mode 120000 index 0000000..fa5d4ea --- /dev/null +++ b/templates/latex/academia/watch.sh @@ -0,0 +1 @@ +../../../common/scripts/latex/watch.sh \ No newline at end of file -- cgit 1.4.1