Skip to content

Instantly share code, notes, and snippets.

@eric-glb
Created August 21, 2024 21:04
Show Gist options
  • Select an option

  • Save eric-glb/46a7690664a867b00c88b93abc280482 to your computer and use it in GitHub Desktop.

Select an option

Save eric-glb/46a7690664a867b00c88b93abc280482 to your computer and use it in GitHub Desktop.
shell: separator line
perl -le 'print "─"x80'
printf "%80s" " " | tr ' ' '-'; echo
printf "─%.0s" $(seq 1 80); echo
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment