#!/bin/sh
make cfg
#make install
if (make install_bin); then
  pushd ./
  cd
  DISPLAY=:0 swm
  popd;
else
  swmg;
fi
