Changeset 4596


Ignore:
Timestamp:
08/15/08 16:07:44 (5 years ago)
Author:
werner
Message:

Some minor updates of my "productivity" scripts.

  • makek: helper script to build the kernel
  • comm4: use "new" script to fetch new mails
  • comm4: run IRC locally
  • lab4, kern4, uboot4: updated for new directory structure
Location:
developers/werner/bin
Files:
1 added
4 edited

Legend:

Unmodified
Added
Removed
  • developers/werner/bin/comm4

    r4072 r4596  
    66 
    77xterm -fn $FONT -geometry 80x40+36-14 -e bash-init \ 
    8   'ssh oq2' \ 
    9   '# isync' & 
     8  '# new' & 
    109xterm -fn $FONT -geometry 80x72+560-8 -e bash-init \ 
    11   'ssh oq2' \ 
    1210  mutt & 
    1311xterm -fn $FONT -geometry 80x24+560+9 -e bash-init \ 
     
    1513  Werner & 
    1614xterm -fn $FONT -geometry 80x40-70+-4 -e bash-init \ 
    17   'ssh werner@oq2' \ 
    18   'screen -r' & 
     15  'su - werner bin/irc' & 
    1916xterm -fn $FONT -geometry 80x59-65-2 -e bash-init \ 
    20   'ssh oq2' \ 
    2117  mutt & 
  • developers/werner/bin/kern4

    r4093 r4596  
    11#!/bin/sh 
    22 
    3 DIR=/home/moko/2624/linux-2.6.24 
     3#DIR=/home/moko/2624/linux-2.6.24 
     4DIR=/home/moko/git/kernel/ 
    45 
    56if [ "${PWD#/home/moko}" = "$PWD" ]; then 
  • developers/werner/bin/lab4

    r4280 r4596  
    11#!/bin/sh 
    22 
    3 DIR=/home/moko/2624/u-boot 
     3DIR=/home/moko/git/u-boot 
    44FONT=6x10 
    55HOST=${SET_HOST:-lab} 
     
    2828xterm -fn $FONT -geometry 80x40-86-38 -e bash-init \ 
    2929  "ssh $HOST" \ 
    30   '# dfu-util -a u-boot -R -D /home/moko/fr/u-boot/u-boot.udfu' \ 
    31   '# dfu-util -a kernel -R -D /home/moko/2624/linux-2.6.24/arch/arm/boot/uImage' & 
     30  '# dfu-util -a u-boot -R -D /home/moko/git/u-boot/u-boot.udfu' \ 
     31  '# dfu-util -a kernel -R -D /home/moko/git/kernel/arch/arm/boot/uImage' & 
  • developers/werner/bin/uboot4

    r4093 r4596  
    11#!/bin/sh 
    22 
    3 DIR=/home/moko/2624/u-boot 
     3DIR=/home/moko/git/u-boot 
    44 
    55if [ "${PWD#/home/moko}" = "$PWD" ]; then 
Note: See TracChangeset for help on using the changeset viewer.