mirror of
https://github.com/graphql-hive/console
synced 2026-05-23 17:18:23 +00:00
6 lines
No EOL
148 B
Bash
Executable file
6 lines
No EOL
148 B
Bash
Executable file
if [[ $(uname -s) == CYGWIN* ]];then
|
|
del /f ./Cargo.lock
|
|
mklink ./Cargo.lock ./configs/cargo.Cargo.lock
|
|
else
|
|
echo Unix need no fixes
|
|
fi |