4 lines
65 B
Bash
4 lines
65 B
Bash
|
#!/bin/bash
|
||
|
cd /home/pi/pirate-audio-display
|
||
|
exec python main.py
|