Files
ddmseoul/wordpress-clone/wordpress-src/pack_theme.sh
louiscklaw 7fc397306b update,
2025-02-01 02:01:01 +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