3 lines
71 B
Bash
3 lines
71 B
Bash
|
#!/bin/bash
|
||
|
rm /home/pi/device_name
|
||
|
cp ../conf/tmp/device_name /home/pi
|