delete junk
This commit is contained in:
parent
48d1062b4f
commit
aef1c0bebc
2 changed files with 0 additions and 15 deletions
|
@ -1,12 +0,0 @@
|
||||||
#!/usr/bin/env bash
|
|
||||||
set -eau -o pipefail
|
|
||||||
|
|
||||||
rc=0
|
|
||||||
# false | false || rc="${PIPESTATUS[@]}"
|
|
||||||
|
|
||||||
|
|
||||||
out=$(echo toto && false) || rc=2
|
|
||||||
|
|
||||||
echo $out
|
|
||||||
echo $?
|
|
||||||
echo $rc
|
|
|
@ -1,3 +0,0 @@
|
||||||
toto
|
|
||||||
toti
|
|
||||||
toto
|
|
Loading…
Reference in a new issue