Skip to content

Instantly share code, notes, and snippets.

@lebensterben
Last active June 20, 2019 06:50
Show Gist options
  • Save lebensterben/472327feaeaad8bd3801911207bae9ec to your computer and use it in GitHub Desktop.
Save lebensterben/472327feaeaad8bd3801911207bae9ec to your computer and use it in GitHub Desktop.
#-*- mode: shell-script -*-
# list Clear Linux clone_* targets
#clr_ls() {
if [[ $# -ne 0 ]]; then
make_ls | command grep 'clone_' | sort | uniq -u | command grep $1
else
make_ls | command grep 'clone_' | sort | uniq -u
fi
#}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment