printf"Please run as user. I will invoke sudo when needed."
exit
fi
pushd$(dirname "$0")
if[ ! -d "home"];then
mkdir $(dirname "$0")/home
mkdir home
fi
if[ ! -d "home/.ssh"];then
Reference in New Issue
Block a user
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.