You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Game/scripts/update_credits.sh

8 lines
216 B
Bash

#!/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