Skip to content

Commit

Permalink
add tee
Browse files Browse the repository at this point in the history
  • Loading branch information
zardus committed May 24, 2024
1 parent 755d60c commit 671ad95
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions chio.py
Original file line number Diff line number Diff line change
Expand Up @@ -148,6 +148,7 @@ def check_challenge_shellscript(process):
'cat': lambda p: check_exe_basename(p, 'cat'),
'grep': lambda p: check_exe_basename(p, 'grep'),
'sed': lambda p: check_exe_basename(p, 'sed'),
'tee': lambda p: check_exe_basename(p, 'tee'),
'find': lambda p: check_exe_basename(p, 'find'),
'rev': lambda p: check_exe_basename(p, 'rev'),
}
Expand Down

0 comments on commit 671ad95

Please sign in to comment.