diff options
| author | Elizabeth Hunt <elizabeth.hunt@simponic.xyz> | 2023-10-10 14:44:33 -0600 |
|---|---|---|
| committer | Elizabeth Hunt <elizabeth.hunt@simponic.xyz> | 2023-10-10 14:44:33 -0600 |
| commit | 834bb45be7e74553f51da00bad95595666586a7c (patch) | |
| tree | 607a75849b4096711c6c61df580d542e3c92ffd8 /compile_archive.sh | |
| parent | e46e5eee74af75aa1123b2370ff2f4587f4adc2a (diff) | |
| download | math-4610-834bb45be7e74553f51da00bad95595666586a7c.tar.gz math-4610-834bb45be7e74553f51da00bad95595666586a7c.zip | |
problem one hw 4
Diffstat (limited to 'compile_archive.sh')
| -rwxr-xr-x | compile_archive.sh | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/compile_archive.sh b/compile_archive.sh new file mode 100755 index 0000000..f174fbe --- /dev/null +++ b/compile_archive.sh @@ -0,0 +1,3 @@ +#!/bin/sh + +ar rcs lizfcm.a src/* |
