Skip to content

Commit 3578455

Browse files
committed
file for removing tweeting commit ability
1 parent 331e997 commit 3578455

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

stop_tweeting.sh

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)