#!/bin/sh if command -v svn >/dev/null 2>&1; then alias s="svn" fi