diff options
| author | Cameron Katri <me@cameronkatri.com> | 2021-02-17 14:05:02 -0500 |
|---|---|---|
| committer | Cameron Katri <me@cameronkatri.com> | 2021-02-22 09:20:17 -0500 |
| commit | 08eca96e71d96ad1f8e9b888875ab5570f208d19 (patch) | |
| tree | 9cace520fa50d9ef5bb77c2d7ebdde40e6b40f7f /fortune/tools/do_sort | |
| parent | 3f650c87c6ee6692ad6a558bb03ccf3364fe794a (diff) | |
| download | bsdgames-darwin-08eca96e71d96ad1f8e9b888875ab5570f208d19.tar.gz bsdgames-darwin-08eca96e71d96ad1f8e9b888875ab5570f208d19.zip | |
Get all the games compiling for iOS
Diffstat (limited to 'fortune/tools/do_sort')
| -rw-r--r-- | fortune/tools/do_sort | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/fortune/tools/do_sort b/fortune/tools/do_sort deleted file mode 100644 index ddae1ace..00000000 --- a/fortune/tools/do_sort +++ /dev/null @@ -1,12 +0,0 @@ -#! /bin/sh -# $NetBSD: do_sort,v 1.2 1995/03/23 08:28:54 cgd Exp $ -# -# @(#)do_sort 8.1 (Berkeley) 5/31/93 -# -# an aggressive little script for sorting the fortune files -# depends on octal 02 and 03 not being anywhere in the files. - -sp="/usr/bin/sort -bdfu -T /var/tmp" - -sed 's/^%$//' | tr '\12' '\3' | tr '\2' '\12' | $sp | sed 'a\ - %' | sed -e 's/^//' -e 's/$//' | tr '\3' '\12' |
