6 lines
167 B
Bash
Executable File
6 lines
167 B
Bash
Executable File
#!/bin/sh
|
|
|
|
mkdir -p build/Sockpuppet
|
|
rsync -av --exclude-from .gitignore [A-Z]* build/Sockpuppet/
|
|
butler push --dereference --if-changed build fluffy/sockmania:charts
|