Skip to content

Commit

Permalink
fix: sed
Browse files Browse the repository at this point in the history
Signed-off-by: Dup4 <[email protected]>
  • Loading branch information
Dup4 committed Dec 7, 2023
1 parent 1a575fd commit ec0d665
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/handle_print_cmd/exec.sh
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ if [[ -n "${SUBMIT_FILE_LIMIT}" ]]; then
fi
fi

SOURCE_CODE="$(cat -n "${FILE}" | sed 's/\\n/\\\\n/g' | sed sed 's/\\r/\\\\r/g')"
SOURCE_CODE="$(cat -n "${FILE}" | sed 's/\\n/\\\\n/g' | sed 's/\\r/\\\\r/g')"

if [[ "$(uname -a | grep -c "MacBookPro")" -ge 1 ]]; then
SUBMIT_TIME="2023-03-16T11:30:49.799+08:00"
Expand Down

0 comments on commit ec0d665

Please sign in to comment.