From 3473cb486d27fdfab3e9494d3e17bc70d8677e3f Mon Sep 17 00:00:00 2001 From: Tim Pope Date: Mon, 26 Jul 2004 20:25:21 +0000 Subject: [PATCH] Added Id tag --- bin/critical-backup | 2 +- bin/gamelaunch | 3 ++- bin/nokia-media-converter | 3 ++- perl/mobile-phone-monitor | 3 ++- perl/phone-monitor | 3 ++- 5 files changed, 9 insertions(+), 5 deletions(-) diff --git a/bin/critical-backup b/bin/critical-backup index d47970d..884183c 100755 --- a/bin/critical-backup +++ b/bin/critical-backup @@ -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" diff --git a/bin/gamelaunch b/bin/gamelaunch index aaa0c51..eb1c246 100755 --- a/bin/gamelaunch +++ b/bin/gamelaunch @@ -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 diff --git a/bin/nokia-media-converter b/bin/nokia-media-converter index e856224..707d27b 100755 --- a/bin/nokia-media-converter +++ b/bin/nokia-media-converter @@ -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. diff --git a/perl/mobile-phone-monitor b/perl/mobile-phone-monitor index 246cad5..249f5a5 100755 --- a/perl/mobile-phone-monitor +++ b/perl/mobile-phone-monitor @@ -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 diff --git a/perl/phone-monitor b/perl/phone-monitor index cb8d6eb..5e6e90a 100755 --- a/perl/phone-monitor +++ b/perl/phone-monitor @@ -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. -- 2.30.2