blob: b8300d986e6249d19db1a4f9f1c87a4faeeb22e4 [file] [log] [blame]
Ian Maxonab006162019-04-04 21:00:41 -07001#!/bin/bash
2
3[[ "$1" == "default" ]] && {
4 /usr/sbin/sshd -D
5}
6
7exec "$@"