Hash : 3407c9ac Author : Thomas de Grivel Date : 2023-02-04T16:35:05
Download
1 2 3 4 5 6 7 8 9
#!/bin/sh set -e if [ "x$1" = "x" ]; then SHPKG_DIR=~/shpkg else SHPKG_DIR="$1" fi git clone https://git.kmx.io/kmx.io/shpkg.git "${SHPKG_DIR}" >&2 echo ". ${SHPKG_DIR}/etc/shpkg/profile"