@git [<repo-name>] review
keep the
Dockerfile
as is: Copy and install local packages. ✅
✅
@git abcli checkout 2024-05-30-papertrail-refactor-a
@git pull
filename="remote_syslog_darwin_amd64"
# https://github.com/papertrail/remote_syslog2/releases/tag/v0.20
url="https://github.com/papertrail/remote_syslog2/releases/download/v0.20/$filename.tar.gz"
cd $abcli_path_temp
curl -O -L $url
tar -xzf $filename.tar.gz
chmod +x remote_syslog/remote_syslog
$filename/$filename
@init; @docker build run
testing in a container. ✅ rm the assets ✅
awesome-bash-cli/assets/papertrail
✅ find the source of the tar.gz
✅ refactor download ✅ refactor decompression path ✅
merge https://github.com/kamangir/awesome-bash-cli/pull/18 ✅
merge https://github.com/kamangir/notebooks-and-scripts/pull/10 ✅
@git abcli checkout current
@git nbs checkout main
@git pull; @init clear
continues.