Added Id tag
authorTim Pope <code@tpope.net>
Mon, 26 Jul 2004 20:25:21 +0000 (20:25 +0000)
committerTim Pope <code@tpope.net>
Mon, 26 Jul 2004 20:25:21 +0000 (20:25 +0000)
bin/critical-backup
bin/gamelaunch
bin/nokia-media-converter
perl/mobile-phone-monitor
perl/phone-monitor

index d47970d7ba6e69c27d4cae305d4910bb78dc5a2b..884183c6c0205ff69b7046ef6a0c3e25ff35b7c1 100755 (executable)
@@ -1,5 +1,5 @@
 #!/bin/sh
-# Author: Tim Pope
+# $Id$
 # -*- sh -*- vim: ft=sh sw=4 sts=4
 
 PATH="$HOME/bin:/usr/local/bin:/usr/bin:/bin"
index aaa0c515b81cad48ee7a6ca80a8c83896dd355e3..eb1c246c858efa649a3fc80032b9c036d2a9b18c 100755 (executable)
@@ -1,5 +1,6 @@
 #!/bin/sh
-# Author: Tim Pope
+# $Id$
+# -*- sh -*- vim: ft=sh sw=4 sts=4
 
 # Launches a game.  Works both on $1 (an argument) and $0 (the actually name
 # of the script, presumably a symlink).  Takes care of killing troublemaking
index e856224bdc88001555bf5f96dc33c22a976e81f6..707d27b0c1a45a7dd3cc026d8d230d1fc69d136a 100755 (executable)
@@ -1,5 +1,6 @@
 #!/bin/sh
-# Author: Tim Pope
+# $Id$
+# -*- sh -*- vim: ft=sh sw=4 sts=4
 
 # Converts a media file to a format capable of being played on a supported
 # mobile phone, such as the Nokia 3650 and 7650.
index 246cad502b0ed1c5a32c3b7fec8e1f021377b13d..249f5a56087527d963c3d2e97eb557bd50746e72 100755 (executable)
@@ -1,5 +1,6 @@
 #!/usr/bin/perl
-# Author: Tim Pope
+# $Id$
+# -*- perl -*- vim: ft=perl sw=4 sts=4
 
 # Monitors a bluetooth mobile phome for calls.  You'll need to bind rfcomm1 to
 # your mobile phone's SP service.  You'll also need my Device::Nokia module
index cb8d6eb6eb2c1eb7da2bf97ef7164b73a8572915..5e6e90a68be16cdc32acc53c462acdd80b5eb841 100755 (executable)
@@ -1,5 +1,6 @@
 #!/usr/bin/perl
-# Author: Tim Pope
+# $Id$
+# -*- perl -*- vim: ft=perl sw=4 sts=4
 
 # Watches my modem on ttyS4 for new calls and reports the caller id.
 # Requires a $HOME/bin/phone-call to handle them.