Sindbad~EG File Manager

Current Path : /usr/local/src/clamav-1.0.9/libclamav_rust/.cargo/vendor/wasm-bindgen/releases/
Upload File :
Current File : //usr/local/src/clamav-1.0.9/libclamav_rust/.cargo/vendor/wasm-bindgen/releases/friends.sh

#!/usr/bin/env bash

set -eu
set -o pipefail

cd $(dirname $0)

if [[ -z "${1+x}" ]]; then
    read -p "List friends since which commit/tag? " since
    echo
else
    since=$1
fi

git shortlog -s -n "$since.." \
    | cut -f 2- \
    | sort -u \
    | grep -v bors\-servo \
    | xargs -d '\n' -I{} echo "- {}"

Sindbad File Manager Version 1.0, Coded By Sindbad EG ~ The Terrorists