#! /usr/bin/env python

def ping(ctx):
    print('→ ping from ' + ctx.path.abspath())
