There was an error while loading. Please reload this page.
1 parent 331e997 commit 3578455Copy full SHA for 3578455
stop_tweeting.sh
@@ -0,0 +1,18 @@
1
+#!/bin/bash
2
+
3
+# This is a program that stops your repository from tweeting commits!
4
5
+echo "Hello, "$USER". This script will stop tweeting out your commits for "$REPOSITORY""
6
7
+echo -n "Enter your Twitter consumer key and press [ENTER]: "
8
+read twitter_consumer_key
9
+echo -n "Enter your Twitter consumer secret and press [ENTER]: "
10
+read twitter_consumer_secret
11
12
+echo -n "Enter your Twitter access token and press [ENTER]: "
13
+read twitter_access_token
14
15
+echo -n "Enter your Twitter access token secret and press [ENTER]: "
16
+read twitter_access_token_secret
17
18
+echo
0 commit comments