work
This commit is contained in:
parent
4f71a6330e
commit
c557e57ca6
1 changed files with 8 additions and 0 deletions
8
cnam/travaux/thesis/work.sh
Executable file
8
cnam/travaux/thesis/work.sh
Executable 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 &
|
Loading…
Add table
Add a link
Reference in a new issue