9 lines
141 B
Bash
9 lines
141 B
Bash
#!/bin/sh
|
|
set -x
|
|
# delete-iospw.sh
|
|
# keyring-tester
|
|
#
|
|
# Created by Daniel Brotsky on 1/1/22.
|
|
#
|
|
rm -fv ${DERIVED_FILES_DIR}/libcoster_rs.a
|