mirror of
https://github.com/Rushilwiz/comp210.git
synced 2025-04-03 20:10:18 -04:00
3 lines
74 B
Bash
Executable File
3 lines
74 B
Bash
Executable File
#! /bin/bash
|
|
rm -rf submission.zip
|
|
zip -r submission.zip src/assn$1/*.java |