Files
louiscklaw 0206c4aa60 update,
2025-01-31 19:39:56 +08:00

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