Skip to content

Commit c040477

Browse files
author
Isaac G
committed
tweetread: Allow input file to be specified. Fallback to /tmp/t. Should have more robust handling around input file. And output... Save to input file with confirmation?
1 parent 873eb8e commit c040477

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tweetread

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
# q quits
1212
# u to put URLs one by one into xclip
1313

14-
in=/tmp/t
14+
in="${1:-/tmp/t}"
1515

1616
# Print a new feed item over the old line
1717
print () {

0 commit comments

Comments
 (0)