add args command

This commit is contained in:
Konano 2023-11-27 13:22:26 +08:00
parent bfc8fdbe4e
commit 1b56c10cac

6
run.sh
View File

@ -1,5 +1,11 @@
#!/bin/sh #!/bin/sh
if [ "$1" = "command" ]; then
echo "Please run the following command to install lazy:"
echo "sh -c \"\$(wget -qO- cc.c-4.cc/lazy.sh)\""
exit 0
fi
scriptdir=$(dirname $(realpath $0)) scriptdir=$(dirname $(realpath $0))
# ============================================================ # ============================================================