Game/scripts/update_credits.sh

8 lines
216 B
Bash
Executable File

#!/bin/bash
echo "Updating www/code-credits.txt automatically, this will take a moment..."
cd www
yarn licenses generate-disclaimer > code-credits.txt
cd ..
yarn licenses generate-disclaimer >> www/code-credits.txt