diff options
author | terminaldweller <thabogre@gmail.com> | 2022-01-24 06:13:05 +0000 |
---|---|---|
committer | terminaldweller <thabogre@gmail.com> | 2022-01-24 06:13:05 +0000 |
commit | f1175de4a085ed748ad6deb5031fac52f160f0fc (patch) | |
tree | 3937a2657ed88357f1ed47169b47c760346d1179 /texlive/docker-entry.sh | |
parent | build docs (diff) | |
download | dockerimages-f1175de4a085ed748ad6deb5031fac52f160f0fc.tar.gz dockerimages-f1175de4a085ed748ad6deb5031fac52f160f0fc.zip |
update and fix to build docs
Diffstat (limited to 'texlive/docker-entry.sh')
-rwxr-xr-x | texlive/docker-entry.sh | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/texlive/docker-entry.sh b/texlive/docker-entry.sh new file mode 100755 index 0000000..744d0ab --- /dev/null +++ b/texlive/docker-entry.sh @@ -0,0 +1,3 @@ +#!/bin/sh + +cd /zharf && make |