mirror of
https://github.com/kuhyx/testsAndMisc.git
synced 2026-07-06 17:43:12 +02:00
5 lines
53 B
Bash
5 lines
53 B
Bash
|
|
#!/usr/bin/env bash
|
||
|
|
set -e
|
||
|
|
make
|
||
|
|
./random_device_demo
|