Skip to content

Commit

Permalink
update file
Browse files Browse the repository at this point in the history
  • Loading branch information
Mast3rwaf1z committed Oct 14, 2024
1 parent 3db498a commit 43b6ca2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/Pages/Projects/Brainfuck.hs
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ brainfuck = [hsx|
{codeBlock "bash" $ intercalate "\n" [
"#!/usr/bin/env bash",
"file=$1",
"if [[ \"$TMPDIR\" == \"\" ]]; then",
"if [ -z $TMPDIR ]; then",
"\tout_file=\"/tmp/code_bf\"",
"else",
"\tout_file=\"$TMPDIR/code_bf\"",
Expand Down

0 comments on commit 43b6ca2

Please sign in to comment.