Files
metasploit-gs/tools/dev/update_gem_licenses.sh
T
2025-07-10 15:32:36 +01:00

8 lines
309 B
Bash
Executable File

#!/bin/sh
# This script regenerates the LICENSE_GEMS file with the current gem licenses.
# It should be run automatically whenever Metasploit cuts a new release itself.
echo "This file is auto-generated by tools/dev/update_gem_licenses.sh" > LICENSE_GEMS
bundle exec license_finder | grep , >> LICENSE_GEMS