replace with x

This commit is contained in:
Shinsuke Sugaya 2024-02-09 21:14:42 +09:00
parent 7de4b10cab
commit a523b1167c

View file

@ -1,5 +1,5 @@
#!/bin/bash
set -euo pipefail
set -xuo pipefail
temp_file=/tmp/fess-build.$$
unzip target/releases/fess-*.zip > ${temp_file} 2>&1