From ffa40054d9edf7fcca6ed8719e7e616fe6ee14df Mon Sep 17 00:00:00 2001 From: Lukasz Samson Date: Sat, 1 Jul 2023 09:12:48 +0200 Subject: [PATCH] Revert "debug" This reverts commit 7e432a4ad499cc1f46f5c59cbd7c86941fb41513. --- debug | 11 ----------- 1 file changed, 11 deletions(-) delete mode 100644 debug diff --git a/debug b/debug deleted file mode 100644 index 7d4a98218..000000000 --- a/debug +++ /dev/null @@ -1,11 +0,0 @@ -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()"