welcome ipfs

This commit is contained in:
Yann Autissier
2022-06-30 23:37:10 +02:00
parent b149a01b75
commit e06266489c
66 changed files with 871 additions and 591 deletions
+1 -2
View File
@@ -1,6 +1,5 @@
#!/bin/ash
set -euo pipefail
set -o errexit
set -euo errexit
trap 'kill -SIGQUIT $PID' INT