File tree 2 files changed +3
-3
lines changed
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -112,7 +112,7 @@ Some operating systems demands administrative rights to install to
112
112
113
113
[,sh]
114
114
----
115
- REL=0.9.20230707
115
+ REL=0.9.20230808
116
116
SRC=https://github.com/rdavid/shellbase/archive/refs/tags/v$REL.tar.gz
117
117
curl --location --silent $SRC |
118
118
tar \
@@ -139,7 +139,7 @@ You can try `shellbase` without installation:
139
139
[,sh]
140
140
----
141
141
#!/bin/sh
142
- REL=0.9.20230707
142
+ REL=0.9.20230808
143
143
SRC=https://github.com/rdavid/shellbase/archive/refs/tags/v$REL.tar.gz
144
144
eval "$(
145
145
curl --location --silent $SRC |
Original file line number Diff line number Diff line change @@ -46,7 +46,7 @@ BASE_DIR_WIP=/tmp
46
46
BASE_FORK_CNT=0
47
47
BASE_KEEP_WIP=false
48
48
BASE_QUIET=false
49
- BASE_VERSION=0.9.20230807
49
+ BASE_VERSION=0.9.20230808
50
50
BASE_YES_TO_CONT=false
51
51
52
52
# Removes any file besides mp3, m4a, flac in current directory. Removes empty
You can’t perform that action at this time.
0 commit comments