acme
This commit is contained in:
commit
c2271ba672
43 changed files with 886 additions and 0 deletions
9
bin/eman
Executable file
9
bin/eman
Executable file
|
|
@ -0,0 +1,9 @@
|
|||
#!/usr/bin/env bash
|
||||
|
||||
if [ $# -ne 1 ]
|
||||
then
|
||||
echo 'gimme erlang module, pls'
|
||||
exit 1
|
||||
fi
|
||||
|
||||
erl -man "$1" | nobs+
|
||||
Loading…
Add table
Add a link
Reference in a new issue