add args command
This commit is contained in:
parent
bfc8fdbe4e
commit
1b56c10cac
6
run.sh
6
run.sh
@ -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))
|
||||||
|
|
||||||
# ============================================================
|
# ============================================================
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user