You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
20 lines
362 B
Bash
20 lines
362 B
Bash
#!/usr/bin/env sh
|
|
|
|
# Operate in the directory where this file is located
|
|
cd $(dirname $0)
|
|
|
|
cd server
|
|
|
|
cd adam
|
|
lake update
|
|
|
|
cp lake-packages/mathlib/lean-toolchain lean-toolchain
|
|
cp lake-packages/mathlib/lean-toolchain ../leanserver/lean-toolchain
|
|
cp lake-packages/mathlib/lean-toolchain ../nng/lean-toolchain
|
|
|
|
cd ../leanserver
|
|
lake update
|
|
|
|
cd ../nng
|
|
lake update
|