#!/bin/sh

grep -q 'fish' /opt/etc/shells || echo "/opt/bin/fish" >> /opt/etc/shells
