Sign in
edge
/
third_party
/
pelletier
/
go-toml
/
db15f8a481e7dc5bc3423754ce6e351964f4b8d3
/
.
/
clean.sh
blob: 44d49d936dcce5bafbf3622a2235a61de749815b [
file
]
#!/bin/bash
# fail out of the script if anything here fails
set
-
e
# clear out stuff generated by test.sh
rm
-
rf src test_program_bin toml
-
test