I hereby claim:
- I am sotte on github.
- I am sotte (https://keybase.io/sotte) on keybase.
- I have a public key ASCuDp6Xo5UMD2gIwg3atJCpgVBQ26eY41W0otJVCsIR6Ao
To claim this, I am signing this object:
I hereby claim:
To claim this, I am signing this object:
| #!/bin/sh | |
| # A simple script that builds the specified latex file when any *.tex | |
| # file changes. | |
| # | |
| # Dependencies: | |
| # - inotify-tools | |
| # - pdflatex | |
| if [ $# -eq 1 ] |
| #!/bin/bash | |
| # .condaauto.sh automatically activates a conda environment when enterring | |
| # a folder that contains a .condaauto file. The first line in the .condaauto | |
| # file is the name of the conda environment. | |
| # | |
| # To make this work you have to source .condaauto.sh in your bashrc or | |
| # equivalent. | |
| # | |
| # I feel sorry for my bash foo :( |