#!/bin/bash make clean echo "rm -rf api/* learn/*" sleep 2 rm -rf api/* learn/* echo CLEAN