7 lines
93 B
Text
7 lines
93 B
Text
rake() {
|
|
if [ -S .zeus.sock ]; then
|
|
zeus rake "$@"
|
|
else
|
|
command rake "$@"
|
|
fi
|
|
}
|