このサイトはJavaScriptを使用しています
ホーム
エクスプローラー
ヘルプ
サインイン
binhong
/
BikeSafetyWithPi
ミラー元
https://github.com/binhonglee/BikeSafetyWithPi
ウォッチ
1
スター
0
フォーク
0
コード
課題
0
リリース
0
Wiki
アクティビティ
ソースを参照
Added setup.sh to setup sendMail.sh
master
BinHong Lee
7年前
親
dd4d880e00
コミット
a106b31a91
1個のファイルの変更
、
8行の追加
、
0行の削除
分割表示
差分オプション
統計情報を表示
Patchファイルをダウンロード
Diffファイルをダウンロード
+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\""
書き込み
プレビュー
読み込み中…
キャンセル
保存