mirror of
https://github.com/kuhyx/WUT_Computer_Science.git
synced 2026-07-04 17:03:12 +02:00
10 lines
207 B
Plaintext
Executable File
10 lines
207 B
Plaintext
Executable File
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'"
|