changeset 4:3c1cefd41186

added sat executable added twistd.log to .hgignore
author Goffi <goffi@goffi.org>
date Mon, 19 Oct 2009 22:53:21 +0200
parents 0208f9ac426a
children c0c92129a54b
files .hgignore sat
diffstat 2 files changed, 4 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/.hgignore	Mon Oct 19 22:52:10 2009 +0200
+++ b/.hgignore	Mon Oct 19 22:53:21 2009 +0200
@@ -3,3 +3,4 @@
 *.swp
 *.swo
 tags
+twistd.log
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/sat	Mon Oct 19 22:53:21 2009 +0200
@@ -0,0 +1,3 @@
+#!/bin/sh
+twistd -noy sat.tac
+