cnam.marc/cnam/travaux/thesis/work.sh

9 lines
244 B
Bash
Raw Normal View History

2020-10-17 16:45:47 +02:00
#! /usr/bin/bash
FILE="$(realpath "${BASH_SOURCE[0]}")"
DIRECTORY="$(dirname "${FILE}")"
cd "${DIRECTORY}"
gedit --new-window thesis/* &
2020-10-17 23:46:58 +02:00
gedit --new-window index.rst build.py common.tex presentation/* &
2020-10-17 16:45:47 +02:00
evince mémoire.pdf présentation.pdf &