Skip to content

Commit 0a80c11

Browse files
authored
Update testfile.sh
Changed the redirection operator to append.
1 parent e37c12a commit 0a80c11

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

testfile.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@ mkdir -p testfolder
22
cd testfolder
33
touch docfile.txt
44
uname -a > docfile.txt
5-
firefox -v > docfile.txt
5+
firefox -v >> docfile.txt
66
byzanz-record -d 30 --delay=5 /path/tothefoldercontainingtherecordedvideo/videofilename.webm
77

0 commit comments

Comments
 (0)