#!/bin/bash # Start J with CS1301 class environment /usr/local/bin/jconsole profile.ijs # Fix ~/.jhistory permissions (by default, J makes them 600) chmod 644 ~/.jhistory