bug-hurd
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

/bin/kill


From: James Morrison
Subject: /bin/kill
Date: Fri, 16 Aug 2002 20:00:52 -0700 (PDT)

 Hey,

   Trying to compile the debian package for db4 and discovered it needed an
actual program for kill.  The simplest thing I could think of to solve this was
to use bash's builtin kill.  So, here is the script I made as 
[hurd]/utils/kill.sh

#!/bin/bash

kill "$@"


=====
James Morrison
   University of Waterloo
   Computer Science - Digital Hardware
   2A co-op
http://hurd.dyndns.org

Anyone referring to this as 'Open Source' shall be eaten by a GNU

__________________________________________________
Do You Yahoo!?
HotJobs - Search Thousands of New Jobs
http://www.hotjobs.com




reply via email to

[Prev in Thread] Current Thread [Next in Thread]