1flc2a
2# rot13 by Sis <suaac@csv.warwick.ac.uk> 2/95
3# Rotates letters by 13 characters.
4# figlet release 2.1 -- 12 Aug 1994
5#
6# This is a figlet controlfile.
7#
8# Explanation of first line:
9#   flc2 - "magic number" for file identification
10#   a    - should always be `a', for now
11#
12# File body:
13#   The first character of any line is the "command" for that line.
14#   Possible figlet 2.1 commands are as follows:
15#   `#' - comment, continues until end-of-line
16#   `t' - translate, a not-so-fancy version of the Unix "tr" command
17#   `f' - freeze, treat further lines as if they were in a new file
18#
19# The following lines rotate letters by 13 characters
20#
21# Standard letters:
22t A-M N-Z
23t N-Z A-M
24t a-m n-z
25t n-z a-m
26