summaryrefslogtreecommitdiff
path: root/run.sh
diff options
context:
space:
mode:
authorAndrew Guschin <guschin.drew@gmail.com>2022-04-02 08:18:10 +0400
committerAndrew Guschin <guschin.drew@gmail.com>2022-04-02 08:18:10 +0400
commitb782fe9a251cf07e30525aac7fdc8c780a232dee (patch)
treea282a9c853e65c8b7dd831dbb4643ed7838b597e /run.sh
parentc88de23029043dd4956e69c764e66319fc15a5c4 (diff)
Переместил все лекции пятого семестра в корень проекта
Diffstat (limited to 'run.sh')
-rwxr-xr-xrun.sh3
1 files changed, 3 insertions, 0 deletions
diff --git a/run.sh b/run.sh
new file mode 100755
index 0000000..5b2f015
--- /dev/null
+++ b/run.sh
@@ -0,0 +1,3 @@
+#!/bin/sh
+[ -z "$@" ] && echo "Usage: $0 <base filename>" && exit 1
+cd $1 && find . -name "*.tex" | entr pandoc -s $1.tex -o $1.md \ No newline at end of file