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