#!/bin/bash
#
# Prints the current contexts in PIMPPA
#
#

############################

mysql --execute="USE pimppa;SELECT * FROM p_contexts ORDER BY c_name;"

exit

