From 99e2e923d0c77b02f3fb4ff648ea916954868606 Mon Sep 17 00:00:00 2001 From: Yuqian Yang Date: Fri, 28 Feb 2025 23:13:39 +0800 Subject: chore(store): move everything to store. --- works/life/algorithm-contest-3/zip.bash | 11 ----------- 1 file changed, 11 deletions(-) delete mode 100755 works/life/algorithm-contest-3/zip.bash (limited to 'works/life/algorithm-contest-3/zip.bash') diff --git a/works/life/algorithm-contest-3/zip.bash b/works/life/algorithm-contest-3/zip.bash deleted file mode 100755 index 519dd45..0000000 --- a/works/life/algorithm-contest-3/zip.bash +++ /dev/null @@ -1,11 +0,0 @@ -if [ $# -ne 1 ] -then - echo "please provide exact one argument, problem number" - exit 1 -fi - -pushd ./output/$1/ -zip ./$1.zip *.in *.out -popd - -mv ./output/$1/$1.zip ./output -- cgit v1.2.3