random shit

This commit is contained in:
Frank Villaro-Dixon 2015-11-11 15:27:47 +01:00
parent 92f6df3f73
commit ac141dd8be
6 changed files with 18 additions and 16 deletions

View file

@ -35,15 +35,15 @@ while true; do
echo "full speed" echo "full speed"
REFRESH=10 REFRESH=10
elif [ $TEMP -lt 46 ]; then elif [ $TEMP -lt 46 ]; then
set_fan 0 set_fan 1
echo "lt 46" echo "lt 46"
REFRESH=10 REFRESH=10
elif [ $TEMP -lt 56 ]; then elif [ $TEMP -lt 56 ]; then
set_fan 1 set_fan 3
echo "lt 56" echo "lt 56"
REFRESH=5 REFRESH=5
elif [ $TEMP -lt 66 ]; then elif [ $TEMP -lt 66 ]; then
set_fan 3 set_fan 4
echo "lt 66" echo "lt 66"
REFRESH=4 REFRESH=4
elif [ $TEMP -lt 70 ]; then elif [ $TEMP -lt 70 ]; then

2
bashrc
View file

@ -618,7 +618,7 @@ export HISTCONTROL=erasedups
export HISTSIZE=999999 export HISTSIZE=999999
# }}} # }}}
export PATH="$HOME/opt/cross/bin:$PATH" export PATH="$HOME/opt/cross/bin:$PATH"
export PATH="/home/frank/.gem/ruby/2.0.0/bin/:$PATH" export PATH="$HOME/.gem/ruby/2.2.0/bin:$PATH"
export PYTHONSTARTUP=~/Programmation/dotfiles/startup.py export PYTHONSTARTUP=~/Programmation/dotfiles/startup.py
#Launch startx when login #Launch startx when login

View file

@ -129,11 +129,11 @@ ln -s $WAI/signature ./.signature
ln -s $WAI/gitconfig ./.gitconfig ln -s $WAI/gitconfig ./.gitconfig
ln -s $WAI/vacation.msg ./.vacation.msg ln -s $WAI/vacation.msg ./.vacation.msg
#deploy_for_desktop deploy_for_desktop
#deploy_encryption #deploy_encryption
deploy_vim deploy_vim
deploy_ssh deploy_ssh
#deploy_mutt deploy_mutt
cd ~ cd ~

View file

@ -1,8 +1,9 @@
/* /**
** <+FILENAME+> - <+DESC+> * @file <+FILENAME+>
** * @brief <+DESC+>
** 2014 - Frank Villaro-Dixon <Frank@Villaro-Dixon.eu> *
*/ * 2015 - Frank Villaro-Dixon <Frank@Villaro-Dixon.eu>
*/
#include <stdio.h> #include <stdio.h>
#include <stdlib.h> #include <stdlib.h>

View file

@ -1,8 +1,8 @@
/* /**
** <+FILENAME+> - <+DESC+> * <+FILENAME+>
** * @brief <+DESC+>
** 2014 - Frank Villaro-Dixon <Frank@Villaro-Dixon.eu> * 2015 - Frank Villaro-Dixon <Frank@Villaro-Dixon.eu>
*/ */
#ifndef <+HEADERNAME+> #ifndef <+HEADERNAME+>
#define <+HEADERNAME+> #define <+HEADERNAME+>

View file

@ -75,3 +75,4 @@ environnementalement
irradiance irradiance
d'irradiance d'irradiance
relayage relayage
renewability