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 @@ -134,7 +134,7 @@ Some operating systems demands administrative rights to install to
134
134
135
135
[,sh]
136
136
----
137
- REL=0.9.20231212
137
+ REL=0.9.20240202
138
138
SRC=https://github.com/rdavid/shellbase/archive/refs/tags/v$REL.tar.gz
139
139
curl --location --silent $SRC |
140
140
tar \
@@ -161,7 +161,7 @@ You can try `shellbase` without installation:
161
161
[,sh]
162
162
----
163
163
#!/bin/sh
164
- REL=0.9.20231212
164
+ REL=0.9.20240202
165
165
SRC=https://github.com/rdavid/shellbase/archive/refs/tags/v$REL.tar.gz
166
166
eval "$(
167
167
curl --location --silent $SRC |
Original file line number Diff line number Diff line change @@ -47,7 +47,7 @@ BASE_DIR_WIP=/tmp
47
47
BASE_FORK_CNT=0
48
48
BASE_KEEP_WIP=false
49
49
BASE_QUIET=false
50
- BASE_VERSION=0.9.20240128
50
+ BASE_VERSION=0.9.20240202
51
51
BASE_YES_TO_CONT=false
52
52
53
53
# Removes any file besides mp3, m4a, flac in the current directory.
You can’t perform that action at this time.
0 commit comments