6 lines
91 B
Bash
6 lines
91 B
Bash
#!/usr/bin/env bash
|
|
|
|
rm -rf dist
|
|
mkdir dist
|
|
cd src && tar -czf ../dist/pleroma2nip05.tgz *
|