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 @@ -137,7 +137,7 @@ Some operating systems demands administrative rights to install to
137
137
138
138
[,sh]
139
139
----
140
- REL=0.9.20241111
140
+ REL=0.9.20250404
141
141
SRC=https://github.com/rdavid/shellbase/archive/refs/tags/v$REL.tar.gz
142
142
curl --location --silent $SRC |
143
143
tar \
@@ -166,7 +166,7 @@ You can try `shellbase` without installation:
166
166
[,sh]
167
167
----
168
168
#!/bin/sh
169
- REL=0.9.20241111
169
+ REL=0.9.20250404
170
170
SRC=https://github.com/rdavid/shellbase/archive/refs/tags/v$REL.tar.gz
171
171
eval "$(
172
172
curl --location --silent $SRC |
Original file line number Diff line number Diff line change @@ -54,7 +54,7 @@ BASE_RC_CON_NO=14
54
54
BASE_RC_CON_TO=13
55
55
BASE_RC_DIE_NO=10
56
56
BASE_SHOULD_CON=false
57
- BASE_VERSION=0.9.20250403
57
+ BASE_VERSION=0.9.20250404
58
58
59
59
# Removes any file besides mp3, m4a, flac in the current directory.
60
60
# Removes empty directories.
You can’t perform that action at this time.
0 commit comments