Files
jekyll-build-pages/entrypoint.sh
2023-07-11 23:34:41 +00:00

14 lines
131 B
Bash

#!/bin/sh
# Set verbose mode
set -x
# Stop executing after error
set -e
# Change permissions
chmod -R a+w ./
# Run command
$*