This repository has been archived on 2025-06-23. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
joeac.net-symfony/resticprofile/entrypoint.sh

7 lines
56 B
Bash

#!/bin/sh
env >> /etc/environment
echo "$@"
exec "$@"