Skip to content
Snippets Groups Projects
Commit 31dbfabe authored by Noe Nieto's avatar Noe Nieto :speech_balloon:
Browse files

Make shipyard pretty and easier to use

parent 06aca9bd
No related branches found
No related tags found
No related merge requests found
Pipeline #3855 failed
#! /bin/sh
echo "Shipwright commands:"
ls -w1 "$HOME/.local/ldh_developer/bin"
echo
GREEN='\033[0;32m'
NC='\033[0m' # No Color
cat << EOF
Usage: shipwright <command> [<args>]
Supported commands: `echo -n "$GREEN"`
`find $HOME/.local/ldh_developer/bin -executable -type f -printf "\t%f\n"`
`echo -n $NC`
EOF
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment