Is it possible to store value in different variable and reference variable can get value from single. like
ONE = 1
ONE_REPO=${ONE}
now if i want to echo ONE_REPO variable it will also have the same value of ONE so if we want to change value we can change it at one place would reflect to all other places