Found the new position
This commit is contained in:
parent
c723623f43
commit
06996709ce
|
@ -1,8 +1,8 @@
|
||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
|
|
||||||
XZIG=1.0
|
XZIG=2.0
|
||||||
X=3.2 #4.2 - XZIG
|
X=3.38 #4.2 - XZIG
|
||||||
Y=1.25
|
Y=2.25
|
||||||
|
|
||||||
if [[ "${1}" == "" ]]; then
|
if [[ "${1}" == "" ]]; then
|
||||||
echo "Please provide an argument. Either 'set' or 'reset'."
|
echo "Please provide an argument. Either 'set' or 'reset'."
|
||||||
|
|
Loading…
Reference in New Issue