File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -137,7 +137,7 @@ Some operating systems demands administrative rights to install to
137137
138138[,sh]
139139----
140- REL=0.9.20240202
140+ REL=0.9.20240303
141141SRC=https://github.com/rdavid/shellbase/archive/refs/tags/v$REL.tar.gz
142142curl --location --silent $SRC |
143143 tar \
@@ -164,7 +164,7 @@ You can try `shellbase` without installation:
164164[,sh]
165165----
166166#!/bin/sh
167- REL=0.9.20240202
167+ REL=0.9.20240303
168168SRC=https://github.com/rdavid/shellbase/archive/refs/tags/v$REL.tar.gz
169169eval "$(
170170 curl --location --silent $SRC |
Original file line number Diff line number Diff line change @@ -47,7 +47,7 @@ BASE_DIR_WIP=/tmp
4747BASE_FORK_CNT=0
4848BASE_KEEP_WIP=false
4949BASE_QUIET=false
50- BASE_VERSION=0.9.20240302
50+ BASE_VERSION=0.9.20240303
5151BASE_YES_TO_CONT=false
5252
5353# Removes any file besides mp3, m4a, flac in the current directory.
You can’t perform that action at this time.
0 commit comments