This website works better with JavaScript.
Почетна
Преглед
Помоћ
Пријавите Се
binhong
/
BikeSafetyWithPi
огледало од
https://github.com/binhonglee/BikeSafetyWithPi
Прати
1
Волим
0
Креирај огранак
0
Код
Дискусије
0
Издања
0
Вики
Activity
Преглед изворни кода
Added setup.sh to setup sendMail.sh
master
BinHong Lee
пре 7 година
родитељ
dd4d880e00
комит
a106b31a91
1 измењених фајлова
са
8 додато
и
0 уклоњено
Подељен поглед
Diff Options
Show Stats
Download Patch File
Download Diff File
+8
-0
setup.sh
+ 8
- 0
setup.sh
Прегледај датотеку
@@ -0,0 +1,8 @@
#!/bin/bash
rm sendMail.sh
echo "Please enter the email of your emergency contact: "
read inputline
printf "echo \"I fell from my bike! Please send help!\" | mail -s \"HELP\" -A \"photo.jpg\" $inputline\necho \"Email sent!\"" >> sendMail.sh
chmod 755 sendMail.sh
echo "Emergency contact set as \"$inputline\""
Write
Preview
Loading…
Откажи
Сачувај