Changeset 7ee0f52 in lab.git for TipAndDoc


Ignore:
Timestamp:
Mar 8, 2013 1:14:51 AM (11 years ago)
Author:
mitty <mitty@…>
Branches:
master, trunk
Children:
e61eeac
Parents:
8d17d4e
Message:

git-svn-id: https://lab.mitty.jp/svn/lab/trunk@200 7d2118f6-f56c-43e7-95a2-4bb3031d96e7

File:
1 edited

Legend:

Unmodified
Added
Removed
  • TipAndDoc/.bashrc

    radaba09 r7ee0f52  
    4343} 
    4444 
     45function hexcmp { 
     46    cmp -l $@ | awk '{printf "%08X %02X %02X\n", $1-1, strtonum(0$2), strtonum(0$3)}' 
     47} 
     48 
    4549alias vi='vim' 
    4650alias sudo='sudo -H ' 
Note: See TracChangeset for help on using the changeset viewer.