Sign in
vanadium
/
release.go.x.ref
/
f11dd086453f4f98b1f29e6935bd2d0e298f08ae
/
.
/
services
/
device
/
deviced
/
internal
/
impl
/
shell_darwin.go
blob: e1b54a92aad24108940d8f6185173b98323d8426 [
file
] [
log
] [
blame
]
// Copyright 2015 The Vanadium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style
// license that can be found in the LICENSE file.
package impl
const (
ShellPath = "/bin/bash"
DateCommand = "/bin/date +%s.$RANDOM"
)