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

10 lines
110 B
Bash
Executable File

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