1
0
Fork 0
mirror of https://github.com/eosswedenorg/antelope-keygen synced 2026-06-16 03:44:56 +02:00
antelope-keygen/install.sh
2019-12-19 14:35:20 +01:00

5 lines
70 B
Bash
Executable file

#!/bin/bash
pushd build > /dev/null
make install $@
popd > /dev/null