1
0
mirror of https://github.com/github/choosealicense.com synced 2024-06-02 01:08:03 +02:00

Change the build script

This commit is contained in:
Dlurak 2024-01-02 20:23:06 +01:00
parent 50b34260ad
commit a14c3c85f0

View File

@ -1,5 +1,6 @@
echo "copy licenses"
mkdir $1/raw
echo "$1"
mkdir $1/raw -p
for file in _licenses/*.txt; do cp "$file" "$1/raw/$(basename "$file" .txt)"; done