repo2docker/tests/nix/ignore-outside/start

6 wiersze
131 B
Bash

#!/bin/bash
# this script should not be executed
echo "The start script in the top level directory should not be executed"
exit 1