---
name: sash
version: 3.7
origin: shells/sash
comment: A Stand-Alone shell combining many common utilities
arch: freebsd:9:x86:64
www: http://members.tip.net.au/~dbell/
maintainer: ports@FreeBSD.org
prefix: /usr/local
licenselogic: single
flatsize: 831042
desc: "SASH (Stand-Alone SHell)\n\nIt is a nice combination of bare-bones shell and
  a dozen \nor so most useful unix commands.\n\nShell includes: echo pwd cd mkdir
  mknod rmdir sync rm chmod\n                chown chgrp touch mv ln cp cmp more exit\n
  \               setenv printenv umask kill where\n\nCommands include: dd ed grep
  gzip ls tar file find mount chattr \n\nSASH is a port from Linux version (David
  Bell) by Andrzej Bialecki\n\nWWW: http://members.tip.net.au/~dbell/\n"
categories: [shells]
files:
  /usr/local/bin/sash: 6161ad40b1a18598d4da6c4c3f4d6f4b0c60dc2c72150290322cbe71da594533
  /usr/local/man/man1/sash.1.gz: fef54ba96f580751936b66234168773cdd7da85dc4958b0b641082032eac8eaa
scripts:
  post-install: |
    echo "updating /etc/shells"; cp /etc/shells /etc/shells.bak; (grep -v /usr/local/bin/sash /etc/shells.bak; echo /usr/local/bin/sash) >/etc/shells
  pre-deinstall: |
    echo "updating /etc/shells"; cp /etc/shells /etc/shells.bak; (grep -v /usr/local/bin/sash /etc/shells.bak) >/etc/shells
