We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b97b3c4 commit 69b821bCopy full SHA for 69b821b
Makefile
@@ -0,0 +1,4 @@
1
+prepare-directory:
2
+ rm -rf test-directory
3
+ tar xvjf test-directory.tar.bz2
4
+ cd test-directory && chmod a+t directory+t directory+t-o+w && chmod 777 directory777 && chmod o+w directory+t-o+w && rm file3.hardlink; ln file3 file3.hardlink && chmod g+s setgid-g+s && chmod u+s setuid-u+s
0 commit comments