6 řádky
159 B
Bash
Spustitelný soubor
6 řádky
159 B
Bash
Spustitelný soubor
#!/bin/sh
|
|
|
|
mkdir -p build/Sockpuppet
|
|
rsync -av --exclude-from .gitignore [A-Z]* *.png build/Sockpuppet/
|
|
butler push --if-changed build fluffy/sockmania:charts
|