change touch command to usage in bash
This commit is contained in:
parent
e6efda6ced
commit
d93cef60d3
@ -22,7 +22,7 @@ steps:
|
|||||||
pull: if-not-exists
|
pull: if-not-exists
|
||||||
commands:
|
commands:
|
||||||
- . $HOME/.bashrc
|
- . $HOME/.bashrc
|
||||||
- for i in 1 2 3 4; do touch /tmp/testfile$i; done
|
- touch /tmp/testfile{1..4}
|
||||||
- ls -l /tmp
|
- ls -l /tmp
|
||||||
- trash /tmp/testfile*
|
- trash /tmp/testfile*
|
||||||
- ls -l /tmp
|
- ls -l /tmp
|
||||||
@ -39,7 +39,7 @@ steps:
|
|||||||
pull: if-not-exists
|
pull: if-not-exists
|
||||||
commands:
|
commands:
|
||||||
- . $HOME/.bashrc
|
- . $HOME/.bashrc
|
||||||
- for i in 1 2 3 4; do touch /tmp/testfile$i; done
|
- touch /tmp/testfile{1..4}
|
||||||
- ls -l /tmp
|
- ls -l /tmp
|
||||||
- trash /tmp/testfile*
|
- trash /tmp/testfile*
|
||||||
- ls -l /tmp
|
- ls -l /tmp
|
||||||
@ -58,7 +58,7 @@ steps:
|
|||||||
pull: if-not-exists
|
pull: if-not-exists
|
||||||
commands:
|
commands:
|
||||||
- . $HOME/.bashrc
|
- . $HOME/.bashrc
|
||||||
- for i in 1 2 3 4; do touch /tmp/testfile$i; done
|
- touch /tmp/testfile{1..4}
|
||||||
- ls -l /tmp
|
- ls -l /tmp
|
||||||
- trash /tmp/testfile*
|
- trash /tmp/testfile*
|
||||||
- ls -l /tmp
|
- ls -l /tmp
|
||||||
|
Loading…
Reference in New Issue
Block a user