-
Notifications
You must be signed in to change notification settings - Fork 29
/
edit.sh
executable file
·26 lines (21 loc) · 1.01 KB
/
edit.sh
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
#/bin/bash
mousepad \
boost_graph_cookbook_1/boost_graph_cookbook_1.tex \
boost_graph_cookbook_1/boost_graph_cookbook_1_chapter_1.tex \
boost_graph_cookbook_1/boost_graph_cookbook_1_chapter_2.tex \
boost_graph_cookbook_1/boost_graph_cookbook_1_chapter_3.tex \
boost_graph_cookbook_1/boost_graph_cookbook_1_chapter_4.tex \
boost_graph_cookbook_1/boost_graph_cookbook_1_chapter_5.tex \
boost_graph_cookbook_1/boost_graph_cookbook_1_chapter_6.tex \
boost_graph_cookbook_1/boost_graph_cookbook_1_chapter_7.tex \
boost_graph_cookbook_1/boost_graph_cookbook_1_chapter_8.tex \
boost_graph_cookbook_1/boost_graph_cookbook_1_chapter_9.tex \
boost_graph_cookbook_1/boost_graph_cookbook_1_chapter_10.tex \
boost_graph_cookbook_1/boost_graph_cookbook_1_chapter_11.tex \
boost_graph_cookbook_1/boost_graph_cookbook_1_chapter_12.tex \
boost_graph_cookbook_1/boost_graph_cookbook_1_chapter_13.tex
./create_pdf.sh
FILE=boost_graph_cookbook_1/boost_graph_cookbook_1.pdf
if test -f "$FILE"; then
evince "$FILE"
fi