8 lines
228 B
Bash
8 lines
228 B
Bash
#!/usr/bin/env bash
|
|
|
|
rm -rf dist/twentytwentytwo.zip
|
|
|
|
pushd src/wp-content/cust-themes/twentytwentytwo-tryout
|
|
zip -r /home/logic/_workspace/carousell-comission-playlist/ddmseoul/wordpress-clone/dist/twentytwentytwo.zip .
|
|
popd
|