mirror of
https://github.com/wolfSSL/wolfssl.git
synced 2025-07-30 18:57:27 +02:00
Clean up old comments
This commit is contained in:
@ -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
|
||||||
|
Reference in New Issue
Block a user