mirror of
https://github.com/Lakr233/GitLab-License-Generator.git
synced 2026-01-30 11:55:35 +02:00
10 lines
107 B
Bash
Executable File
10 lines
107 B
Bash
Executable File
#!/bin/bash
|
|
|
|
set -e
|
|
|
|
cd "$(dirname "$0")"
|
|
|
|
ruby ./generate_keys.rb
|
|
ruby ./generate_licenses.rb
|
|
|
|
echo "done" |