summaryrefslogtreecommitdiffstats
path: root/system/sash/doinst.sh
blob: e5dccd90cc022f0d859137910ef4546a96c3845e (plain)
1
2
3
4
5
6
7
#!/bin/sh

# Add sash to the shells if not there
if ! grep -q "/sash$" etc/shells ; then
  echo "/bin/sash" >> etc/shells
fi