mirror of
https://github.com/dyne/FreeJ.git
synced 2026-02-08 13:59:54 +01:00
updated the list classes to be a little more clean, but added another one that actually lists a lot more data, i figure we should ditch list_classes.sh but... haven't done it yet.
3 lines
88 B
Bash
Executable File
3 lines
88 B
Bash
Executable File
#!/bin/sh
|
|
ruby1.9 -I.libs -e "require 'Freej'; puts Freej::constants.sort.join(\"\n\")"
|