Next bus is when ?
This commit is contained in:
parent
09ab313921
commit
561ec2008f
1 changed files with 6 additions and 0 deletions
6
bashrc
6
bashrc
|
@ -170,6 +170,12 @@ alias ccat='pygmentize -g' #python-fragments
|
|||
## FONCTIONS ##
|
||||
###############
|
||||
# {{{
|
||||
|
||||
function toGVA {
|
||||
wget http://frank.villaro-dixon.eu/TPG/ -q -O -
|
||||
echo ""
|
||||
}
|
||||
|
||||
function fuck {
|
||||
killall -9 "$1"
|
||||
echo "fucking $1" killed
|
||||
|
|
Loading…
Reference in a new issue