Skip to content

Instantly share code, notes, and snippets.

@emilkje
Last active April 4, 2024 06:32
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save emilkje/453b469a1d08f7fafae4155a00df97a7 to your computer and use it in GitHub Desktop.
Save emilkje/453b469a1d08f7fafae4155a00df97a7 to your computer and use it in GitHub Desktop.
mock install
#!/bin/sh
echo "Installing inctl..."
# mock install with sleep 3
sleep 3
# set green color
GREEN='\033[0;32m'
# reset color
NC='\033[0m'
echo "${GREEN}inctl installed successfully${NC}"
echo ""
echo "use inctl --help to see available commands"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment