mirror of
https://github.com/eosswedenorg/antelope-keygen
synced 2026-06-17 03:50:03 +02:00
5 lines
70 B
Bash
Executable file
5 lines
70 B
Bash
Executable file
#!/bin/bash
|
|
|
|
pushd build > /dev/null
|
|
make install $@
|
|
popd > /dev/null
|