#!/bin/sh -e
cd ssh
./ssh
cd ..

cd bash
./bash
cd ..

cd git
./git
cd ..

cd vim
./vim
cd ..

cd gnome
./gnome
cd ..

cd readline
./readline
cd ..

cd tmux
./tmux
cd ..

cd home-chmod
./home-chmod
cd ..
