From 7e432a4ad499cc1f46f5c59cbd7c86941fb41513 Mon Sep 17 00:00:00 2001 From: Lukasz Samson Date: Sat, 1 Jul 2023 08:39:14 +0200 Subject: [PATCH] debug --- debug | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 debug diff --git a/debug b/debug new file mode 100644 index 000000000..7d4a98218 --- /dev/null +++ b/debug @@ -0,0 +1,11 @@ +elixir --erl "-noshell -kernel standard_io_encoding latin1" d.exs + +elixir --erl "-noshell -kernel standard_io_encoding latin1" -e "IO.binwrite(:standard_io, "duπa")" + +elixir --erl "-noshell" -e "IO.binwrite(:standard_io, "duπa")" + +elixir --erl "-noshell -kernel standard_io_encoding latin1" -e "IO.puts(:standard_io, "duπa")" + +elixir --erl "-noshell" -e "IO.puts(:standard_io, "duπa")" + +erl -noshell -kernel standard_io_encoding latin1 -eval "io:format('duπa~n', []), erlang:halt()"