Improve aliases for cURL
This commit is contained in:
parent
248f4be293
commit
abc6309882
2 changed files with 8 additions and 3 deletions
|
@ -1,6 +1,8 @@
|
|||
export PLATFORM="unkown"
|
||||
|
||||
osname=$(uname -s)
|
||||
cputpye=£(uname -m)
|
||||
cputype=$(uname -m)
|
||||
|
||||
if [[ "$osname" == 'Linux' ]]; then
|
||||
export PLATFORM="linux"
|
||||
elif [[ "$osname" == 'Darwin' ]]; then
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue