hex_to_raw actually works

This commit is contained in:
Scott Chacon
2010-05-25 07:37:45 -07:00
parent d76f1e87f2
commit abdd070a77
6 changed files with 41 additions and 54 deletions

15
test
View File

@@ -1,15 +0,0 @@
#!/Users/schacon/otp_src_R13B03/bin/escript
%% -*- erlang -*-
%%! debug verbose -noshell
main([Object]) ->
geef:start(),
Test = geef:object_exists(4),
io:format("exists ~s:~w~n", [Object, Test]);
main(_) ->
usage().
usage() ->
io:format("usage: ./test SHA\n"),
halt(1).