Gitiles
Code Review
Sign In
asterix-gerrit.ics.uci.edu
/
uci-jenkins-slave-docker
/
ab0061621c0c5c2f6cfc48c3fe19d1d651b31bcd
/
.
/
startup.sh
blob: b8300d986e6249d19db1a4f9f1c87a4faeeb22e4 [
file
] [
log
] [
blame
]
Ian Maxon
ab00616
2019-04-04 21:00:41 -0700
[
diff
] [
blame^
]
1
#!/bin/bash
2
3
[[
"$1"
==
"default"
]]
&&
{
4
/
usr
/
sbin
/
sshd
-
D
5
}
6
7
exec
"$@"