Skip to content

Commit

Permalink
fix README
Browse files Browse the repository at this point in the history
  • Loading branch information
bobiverse committed Nov 13, 2023
1 parent efb3872 commit 4d89fe4
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ Use param `{{N}}` to use job number.
```
<details>
<summary>Output:</summary>

```
[4/10] [wc -l 4.txt] ==> [3 4.txt]
ERROR: [2/10] [wc -l 2.txt] ==> [wc: 2.txt: No such file or directory; exit status 1;]
Expand All @@ -52,6 +53,7 @@ Use param `{{LINE}}` to use job param from file.
```
<details>
<summary>Output:</summary>

```
[0/8256] [bash sendmail.sh [email protected]] ==> [Sent: [email protected]]
ERROR: [4/8256] [bash sendmail.sh [email protected]] ==> [Invalid user; exit status 1;]
Expand All @@ -71,6 +73,7 @@ Note: All tasks will be discontinued if any job yields a message indicating a st
```
<details>
<summary>Output:</summary>

```
[0/8256] [bash sendmail.sh [email protected]] ==> [Sent: [email protected]]
ERROR: [4/8256] [bash sendmail.sh [email protected]] ==> [Invalid user; exit status 1;]
Expand All @@ -93,6 +96,7 @@ _Note_: All jobs will be terminated if the message differs for even a single job
```
<details>
<summary>Output:</summary>

```
[0/8256] [bash sendmail.sh [email protected]] ==> [Sent: [email protected]]
ERROR: [4/8256] [bash sendmail.sh [email protected]] ==> [Invalid user; exit status 1;]
Expand Down

0 comments on commit 4d89fe4

Please sign in to comment.