File: chorrada2fortune.viejo

package info (click to toggle)
fortunes-es 1.36%2Bnmu1
  • links: PTS
  • area: main
  • in suites: sid, trixie
  • size: 1,304 kB
  • sloc: ansic: 629; makefile: 161; sh: 153; perl: 40
file content (8 lines) | stat: -rwxr-xr-x 96 bytes parent folder | download | duplicates (9)
1
2
3
4
5
6
7
8
#!/bin/sh

CAT=cat

test -e $1 || exit

$CAT $1 | tr '\r' '\n' | sed 's/^$/%/g' > $2
strfile $2