diff options
| author | Andrew Guschin <saintruler@gmail.com> | 2021-10-02 21:33:37 +0400 |
|---|---|---|
| committer | Andrew Guschin <saintruler@gmail.com> | 2021-10-02 21:33:37 +0400 |
| commit | 4465d315c3a426356ef6586064ed875990ddfb25 (patch) | |
| tree | 29ff746a39290394614935a1b6766d93c611b112 /sem5/run.sh | |
Initial commit
Diffstat (limited to 'sem5/run.sh')
| -rwxr-xr-x | sem5/run.sh | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sem5/run.sh b/sem5/run.sh new file mode 100755 index 0000000..23e6b81 --- /dev/null +++ b/sem5/run.sh @@ -0,0 +1,2 @@ +#!/bin/sh +cd $1 && find -name "*.tex" | entr pandoc -s $1.tex -o $1.md
\ No newline at end of file |