Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
MIETTE
On se lève et on se casse 🚶🏻♀️ tour d’horizon d’un travail sans capital
Commits
004e714f
Commit
004e714f
authored
Oct 06, 2022
by
Thomas Parisot
Browse files
Slides avec annexes
parent
67e3e2a4
Pipeline
#538521
passed with stages
in 16 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
README.md
View file @
004e714f
...
...
@@ -59,7 +59,8 @@ Et qu'on pouvait en faire des acronymes :
Le résultat produira le fichier
[
`slides/index.pdf`
](
slides/index.pdf
)
.
```
bash
cpdf
-merge
$(
ls
slides/
*
.pdf
)
-o
slides/index.pdf
cpdf
-merge
$(
find ./slides
-type
f
-name
'*.pdf'
\(
!
-name
'index.pdf'
\)
|
sort
-k1
)
AND
-presentation
-o
slides/index.pdf
```
[
collection
]:
https://app.flus.fr/collections/1743346650628061722
...
...
slides/index.pdf
View file @
004e714f
No preview for this file type
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment