WUT_Computer_Science/Programming/EOPSY/lab3/task3/ftp/setUp

10 lines
190 B
Plaintext
Raw Permalink Normal View History

2022-04-29 12:56:12 +02:00
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'"