5 lines
113 B
Bash
5 lines
113 B
Bash
#!/bin/sh
|
|
# install the uploader tool
|
|
cp /mnt/sd/.wifisd/autoupload.pl /usr/bin
|
|
chmod a+x /usr/bin/autoupload.pl
|