mirror of
https://github.com/kuhyx/WUT_Computer_Science.git
synced 2026-07-04 18:43:15 +02:00
10 lines
190 B
Plaintext
Executable File
10 lines
190 B
Plaintext
Executable File
echo "Creating ../work subdirectory"
|
|
mkdir ../work
|
|
cd ../work
|
|
cp ../ftp/* .
|
|
gzip -d sched.tgz
|
|
tar -xvf sched.tar
|
|
rm sched.tar
|
|
echo ""
|
|
echo "Now, go to the directory ../work and call 'make'"
|