Clean up old comments

This commit is contained in:
Andras Fekete
2023-09-11 14:54:42 -04:00
parent 07e2f90fbb
commit 6cb1aef836

View File

@ -1,17 +1,7 @@
#!/bin/bash #!/bin/bash
# async-check.sh
# This script creates symbolic links to the required asynchronous # This script creates symbolic links to the required asynchronous
# file for using the asynchronous simulator and make check # file for using the asynchronous simulator and make check
#
# $ ./async-check [keep|clean|setup]
#
# - keep: (default off) ./async and links kept around for inspection
# - clean: (default off) only cleanup existing ./async and links
# - setup: (default off) only setup ./async and links but don't run config
# or make
#
# Fail on any error in script # Fail on any error in script
set -e set -e