Skip to content

Commit 5bca340

Browse files
committed
more test
1 parent 8262244 commit 5bca340

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

check_indent.sh

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,17 @@
11
#!/bin/bash
2+
set +x
23
pwd
34
which rg
5+
echo stdout is logged
6+
echo stderr is logged >&2
7+
8+
mkdir /tmp/testing_rg
9+
pushd /tmp/testing_rg
10+
echo miau > file
11+
yes | sudo apt-get install strace
12+
strace -e '%file' rg miau
13+
popd
14+
415
rg trun
516
rg -tpy '^\t* +'; echo $?;
617
hexdump -C test.py

0 commit comments

Comments
 (0)