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