#!/bin/sh c(){ cc -o build/customlang customlang.c; } d(){ ./build/customlang; } e(){ vi customlang.c; }