Archive

Posts Tagged ‘bash’

A simple, one-job PHP/cron dispatcher

April 22nd, 2009

Goal: To provide a way for a website administrator to dispatch a long-running command-line program, one that might take hours to complete (so exec is out). The admin interface should show that the process is running. There is only one job that will ever be dispatched.
Read more…

Aidan Findlater Impersonal , , ,

Creating the repository and project in one go

February 26th, 2009

Summary: I’ve written a Bash script that creates both a Subversion repository and corresponding Trac project, and AppleScript to give the Bash script a nicer GUI. See the files »
Read more…

Aidan Findlater Impersonal , , , ,