cnam.marc/cnam/travaux/thesis/work.sh
Marc Beninca 70682c07ed common
2020-10-17 23:46:58 +02:00

8 lines
244 B
Bash
Executable file

#! /usr/bin/bash
FILE="$(realpath "${BASH_SOURCE[0]}")"
DIRECTORY="$(dirname "${FILE}")"
cd "${DIRECTORY}"
gedit --new-window thesis/* &
gedit --new-window index.rst build.py common.tex presentation/* &
evince mémoire.pdf présentation.pdf &