7 lines
84 B
Bash
7 lines
84 B
Bash
#! /bin/sh
|
|
|
|
ACTION=$1
|
|
PRINTER=$2
|
|
|
|
exec rm -f /var/cache/samba/printing/$PRINTER.tdb
|