Skip to content

Instantly share code, notes, and snippets.

@constrict0r
Created November 3, 2018 16:38
Show Gist options
  • Save constrict0r/c8b3ba2db7ef3e6935160447f53000bf to your computer and use it in GitHub Desktop.
Save constrict0r/c8b3ba2db7ef3e6935160447f53000bf to your computer and use it in GitHub Desktop.
Plantuml activity diagram
@startuml
start
:Get arguments;
:Check OS;
if (linux?) then (yes)
:verify direnv installation;
else (no)
endif
stop
@enduml
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment