Displaying posts tagged: bash

A simple, one-job PHP/cron dispatcher

1 Comment

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.

Creating the repository and project in one go

No Comments

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 »