Skip to content

kuprel/serenity

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 

Repository files navigation

Simulates God's decision tree

flowchart TD
  PRAY["God, I have a problem, I pray to You for help"]:::prayer
  CHANGE1{"Is There Something You Can Change?"}:::gate
  COURAGE["I Grant You COURAGE To Solve Your Problem"]:::answer
  CHANGE2{"Are You Sure?"}:::gate
  SERENITY["I Grant You SERENITY To Accept The Things You Cannot Change"]:::answer
  WISDOM["Seek WISDOM To Know The Difference"]:::answer

  PRAY --> CHANGE1
  CHANGE1 -- Yes --> COURAGE
  CHANGE1 -- No  --> CHANGE2
  CHANGE2 -- Yes --> SERENITY
  CHANGE2 -- No  --> WISDOM
  WISDOM -. "Come back" .-> CHANGE1
Loading

Install

git clone https://github.com/kuprel/serenity
cd serenity
chmod +x helpGod

Usage

> ./helpGod
Is There Something You Can Change? (yes/no) yes
I Grant You COURAGE To Solve Your Problem
> ./helpGod
Is There Something You Can Change? (yes/no) no
Are You Sure? (yes/no) yes
I Grant You SERENITY To Accept The Things You Cannot Change
> ./helpGod
Is There Something You Can Change? (yes/no) no
Are You Sure? (yes/no) no
Seek WISDOM To Know The Difference Then Come Back
Is There Something You Can Change? (yes/no) yes
I Grant You COURAGE To Solve Your Problem

About

God simulator in bash

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages