mirror of
https://github.com/kuhyx/WUT_Computer_Science.git
synced 2026-07-04 19:43:03 +02:00
10 lines
207 B
Plaintext
10 lines
207 B
Plaintext
|
|
echo "Creating ../work subdirectory"
|
||
|
|
mkdir ../work 2>/dev/null
|
||
|
|
cd ../work
|
||
|
|
cp ../ftp/* .
|
||
|
|
gzip -d memory.tgz
|
||
|
|
tar -xvf memory.tar
|
||
|
|
rm memory.tar
|
||
|
|
echo ""
|
||
|
|
echo "Now, go to the directory ../work and submit 'make'"
|