mirror of
https://github.com/yu-i-i/overleaf-cep.git
synced 2026-05-23 17:19:37 +02:00
6 lines
99 B
Bash
Executable File
6 lines
99 B
Bash
Executable File
#!/bin/bash
|
|
echo "hello world"
|
|
sleep 3
|
|
echo "awake"
|
|
/opt/synctex pdf /compile/output.pdf 1 100 200
|