This commit is contained in:
Marc Beninca 2020-10-17 16:45:47 +02:00
parent 4f71a6330e
commit c557e57ca6

8
cnam/travaux/thesis/work.sh Executable file
View file

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