view libtommath/genlist.sh @ 1671:5c8913b7464c

Mention Ed25519 in dropbearkey man (#94)
author Vladislav Grishenko <themiron@users.noreply.github.com>
date Mon, 25 May 2020 18:28:27 +0500
parents 8bba51a55704
children
line wrap: on
line source

#!/bin/bash

export a=`find . -maxdepth 1 -type f -name '*.c' | sort | sed -e 'sE\./EE' | sed -e 's/\.c/\.o/' | xargs`
perl ./parsenames.pl OBJECTS "$a"

# ref:         $Format:%D$
# git commit:  $Format:%H$
# commit time: $Format:%ai$