diff options
author | Benjamin Chausse <benjamin@chausse.xyz> | 2020-10-03 19:27:15 -0400 |
---|---|---|
committer | Benjamin Chausse <benjamin@chausse.xyz> | 2020-10-03 19:27:15 -0400 |
commit | e371d9edd474bcf89cf5d462eaccb8638900b390 (patch) | |
tree | ed07118f5c514a55f23a779a1507640e46fd9ed2 /.local/bin/texinit |
Initial commit
Diffstat (limited to '.local/bin/texinit')
-rwxr-xr-x | .local/bin/texinit | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/.local/bin/texinit b/.local/bin/texinit new file mode 100755 index 0000000..5568c99 --- /dev/null +++ b/.local/bin/texinit @@ -0,0 +1,6 @@ +#!/bin/sh + +cp $HOME/Dropbox/A/Scholar/All/Templates/Text/LaTeX/001personal/cegep-lanaudiere/article/* ./ +ln $BIB/citations.bib ./citations.bib +mkdir archives + |