mirror of
https://github.com/FairwindsOps/polaris.git
synced 2026-05-14 05:06:59 +00:00
copy config.yaml to docker image enable external usage of dashboard package gofmt fix comment use packr for assets add gobuffalo/packr dependency add dependencies fix pointer issues add output-file option
13 lines
188 B
Plaintext
13 lines
188 B
Plaintext
chmod 444 foo_r
|
|
exists foo
|
|
! exists unfoo
|
|
# TODO The following line fails but probably should not.
|
|
# ! exists -readonly foo
|
|
exists foo_r
|
|
exists -readonly foo_r
|
|
|
|
-- foo --
|
|
foo
|
|
|
|
-- foo_r --
|