Remove macOS Command Line (#2051)

pull/2052/head
Mikael Finstad 2021-09-01 05:21:51 +07:00 committed by GitHub
parent c80a91168c
commit 671fd919bb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 1 additions and 2 deletions

View File

@ -11,7 +11,7 @@ REPO_TO_LINT=$(
sed 's/#readme//')
# If there's no repo found, exit quietly.
if [ -z ${REPO_TO_LINT+x} ]; then
if [ -z "$REPO_TO_LINT" ]; then
echo "No new link found in the format: https://....#readme"
else
echo "Cloning $REPO_TO_LINT"

View File

@ -176,7 +176,6 @@
- [eBPF](https://github.com/zoidbergwill/awesome-ebpf#readme) - Virtual machine that allows you to write more efficient and powerful tracing and monitoring for Linux systems.
- [Arch-based Projects](https://github.com/PandaFoss/Awesome-Arch#readme) - Linux distributions and projects based on Arch Linux.
- [macOS](https://github.com/iCHAIT/awesome-macOS#readme) - Operating system for Apple's Mac computers.
- [Command-Line](https://github.com/herrbischoff/awesome-macos-command-line#readme)
- [Screensavers](https://github.com/agarrharr/awesome-macos-screensavers#readme)
- [Apps](https://github.com/jaywcjlove/awesome-mac#readme)
- [Open Source Apps](https://github.com/serhii-londar/open-source-mac-os-apps#readme)