Blob Blame History Raw
#!/bin/bash

if [ -f /root/must_exist.txt ]; then
    exit 0
else
    exit 1
fi