8 lines
121 B
Text
8 lines
121 B
Text
|
# -*- mode: Shell-script -*-
|
||
|
|
||
|
if [ -e ".toudou" ]; then
|
||
|
toudou
|
||
|
elif [ "$PWD" = "$HOME" ]; then
|
||
|
toudou list -g
|
||
|
fi
|