#!/bin/bash

gcc -lm -o jscal jscal.c
gcc -o jstest jstest.c
gcc -o jsattach jsattach.c
