5 lines
98 B
Bash
5 lines
98 B
Bash
#!/bin/bash
|
|
cd /home/user/temp/golang || exit 1
|
|
|
|
./build/gpio-monitor-server -pipe /tmp/gpio_pipe
|