cdist/cdist/conf/type/__pyvenv/explorer/state

10 lines
110 B
Plaintext
Raw Normal View History

#!/bin/sh
destination="/$__object_id"
if [ -d "$destination" ]; then
echo present
else
echo absent
fi