source: gutenbach-queue/kill-gutenbach-queue @ 0b5842c

debianmacno-cupsweb
Last change on this file since 0b5842c was 0b5842c, checked in by Jessica B. Hamrick <jhamrick@…>, 14 years ago

Initial commit. The scripts should work, but they have some bugs.

  • Property mode set to 100755
File size: 382 bytes
Line 
1#!/bin/bash
2
3echo "Stopping view-gutenbach-queue..."
4killall -q "/usr/lib/sipbmp3/view-gutenbach-queue"
5echo "Stopping build-gutenbach-queue..."
6killall -q "/usr/lib/sipbmp3/build-gutenbach-queue"
7echo "Stopping queue..."
8killall -q "/usr/lib/sipbmp3/queue"
9echo "Stopping exiftool..."
10killall -q "/usr/bin/exiftool"
11echo "Stopping watch..."
12killall -q "/usr/bin/watch"
13echo "Done."
Note: See TracBrowser for help on using the repository browser.