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