1 Commits

Author SHA1 Message Date
JackWhh
91b8b9544d 1
Signed-off-by: JackWhh <5264499+jack_whh@user.noreply.gitee.com>
2024-07-19 03:30:48 +00:00

View File

@@ -1,4 +1,4 @@
#!/usr/bin/env bash
#!/bin/bash
#set -e at the top of your script will make the script exit with an error whenever an error occurs (and is not explicitly handled)
set -eu