7 lines
139 B
Bash
Executable File
7 lines
139 B
Bash
Executable File
#!/bin/sh
|
|
set -e
|
|
|
|
echo "Checking texlive images"
|
|
cd /overleaf/services/web
|
|
node modules/server-ce-scripts/scripts/check-texlive-images.mjs
|