mirror of
https://github.com/Lissy93/dotfiles.git
synced 2024-11-25 00:43:06 +01:00
Resolve conflict
This commit is contained in:
parent
35f9ea4b38
commit
38a2c2a9b9
@ -21,14 +21,8 @@ getConfiguredClient () {
|
|||||||
fi
|
fi
|
||||||
}
|
}
|
||||||
|
|
||||||
<<<<<<< HEAD
|
|
||||||
## Allows to call the users configured client without if statements everywhere
|
|
||||||
httpGet()
|
|
||||||
{
|
|
||||||
=======
|
|
||||||
# Call appropriate http get method
|
# Call appropriate http get method
|
||||||
httpGet() {
|
httpGet() {
|
||||||
>>>>>>> fe6ffbba54ca34778e1f4245466e1efc3394b896
|
|
||||||
case "$configuredClient" in
|
case "$configuredClient" in
|
||||||
curl) curl -A curl -s "$@" ;;
|
curl) curl -A curl -s "$@" ;;
|
||||||
wget) wget -qO- "$@" ;;
|
wget) wget -qO- "$@" ;;
|
||||||
|
Loading…
Reference in New Issue
Block a user