cnam.marc/cnam/thesis/work.sh
Marc Beninca 160e486e88 travaux
2020-10-30 10:28:17 +01:00

8 lines
246 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 settings.tex presentation/* &
evince mémoire.pdf présentation.pdf &