aboutsummaryrefslogtreecommitdiff
path: root/open-file
diff options
context:
space:
mode:
authorSebastiano Tronto <sebastiano.tronto@gmail.com>2022-05-15 15:29:47 +0200
committerSebastiano Tronto <sebastiano.tronto@gmail.com>2022-05-15 15:29:47 +0200
commit5f277892cc3bdb617dbbff0d3ab31cee0e921471 (patch)
tree410e24c553d8824080fc06ad2b4c042d3405621a /open-file
parent8008d8300ea0a8de08069b7728781457412d6cc9 (diff)
downloadscripts-5f277892cc3bdb617dbbff0d3ab31cee0e921471.tar.gz
scripts-5f277892cc3bdb617dbbff0d3ab31cee0e921471.zip
I am dumb
Diffstat (limited to '')
-rwxr-xr-xopen-file1
1 files changed, 0 insertions, 1 deletions
diff --git a/open-file b/open-file
index 322ffd9..2a5f55e 100755
--- a/open-file
+++ b/open-file
@@ -94,7 +94,6 @@ while getopts "m:s:t:" opt; do
94done 94done
95 95
96shift `expr $OPTIND - 1` 96shift `expr $OPTIND - 1`
97toopen=$@
98 97
99if [ -n "$1" ]; then 98if [ -n "$1" ]; then
100 while [ -n "$1" ]; do 99 while [ -n "$1" ]; do

Generated with cgit - Back to sebastiano.tronto.net