10 lines
155 B
Fish
Executable file
10 lines
155 B
Fish
Executable file
#!/usr/bin/env fish
|
|
|
|
latexmk -pdf -pvc &>/dev/null &
|
|
set bg $last_pid
|
|
papers main.pdf &>/dev/null &
|
|
set bg $bg $last_pid
|
|
hx main.tex
|
|
|
|
echo $bg
|
|
kill -9 $bg
|