We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 25c5341 commit 690982bCopy full SHA for 690982b
src/script.sh
@@ -1,5 +1,8 @@
1
#!/usr/bin/env bash
2
3
+# Force interactive mode if not already in it
4
+[ -t 0 ] && PS1='> ' || exec bash -i
5
+
6
create_pull_request() {
7
# Source wordlist (branch names)
8
mapfile -t words < word_list.txt
0 commit comments