mirror of
https://github.com/cyberboy666/r_e_c_u_r.git
synced 2025-12-11 19:00:04 +01:00
3 lines
123 B
Bash
Executable File
3 lines
123 B
Bash
Executable File
#!/bin/sh
|
|
grep " def " actions.py | sed -e 's/ def //' | sed -e 's/self//' | sed -e 's/(, /(/' | sed -e 's/()//' | sort -n
|