Skip to content

Instantly share code, notes, and snippets.

@camflan
Created February 12, 2025 18:26
Show Gist options
  • Save camflan/a13b0309c519ef1f60e5e1380e98cb04 to your computer and use it in GitHub Desktop.
Save camflan/a13b0309c519ef1f60e5e1380e98cb04 to your computer and use it in GitHub Desktop.
Shell script helpers
beginswith() { case $2 in "$1"*) true;; *) false;; esac; }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment