Filed under: Odds and ends, UNIX / BSD
I’ve been on a bit of a Hazel kick lately. I wrote a short shell script that will sort my Crash Logs.
#!/bin/sh
### Get the name of the app
APP=`/bin/echo $1 | /usr/bin/sed ‘s#_.*##g’`
### make a directory…