File: rc.local.r00

package info (click to toggle)
smartlist 3.15-28
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 2,308 kB
  • sloc: ansic: 9,238; sh: 4,901; makefile: 118
file content (15 lines) | stat: -rw-r--r-- 424 bytes parent folder | download | duplicates (11)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
#$Id: rc.local.r00,v 1.2 1995/04/10 19:28:16 berg Exp $
#
# This file contains several examples of how you can customise SmartList
# through the RC_LOCAL_REQUEST_00 hook.
#

#
# Allowing X-Command fields to be placed at the start of the body:
# (Glues the start of the body to the header, pull out the sed manual
# if you want to understand this one :-).
#

	:0 Bfw
	* $^^(^)*$X_COMMAND:
	| sed -e '/^$/,$ !b' -e '/./,$ !d'