mirror of
https://github.com/sindresorhus/awesome
synced 2024-11-10 06:44:15 +00:00
Remove macOS Command Line (#2051)
This commit is contained in:
parent
c80a91168c
commit
671fd919bb
2 changed files with 1 additions and 2 deletions
2
.github/workflows/repo_linter.sh
vendored
2
.github/workflows/repo_linter.sh
vendored
|
@ -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"
|
||||
|
|
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue