rename to pishrink,since we move this in /usr/local/bin and chmod a+x, add a Makefile
This commit is contained in:
parent
ea26712efe
commit
35e91edc75
|
@ -8,18 +8,20 @@
|
||||||
|
|
||||||
/* Begin PBXFileReference section */
|
/* Begin PBXFileReference section */
|
||||||
FC4E6AAC2058556E00CBFDDA /* LICENSE */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = LICENSE; sourceTree = "<group>"; };
|
FC4E6AAC2058556E00CBFDDA /* LICENSE */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = LICENSE; sourceTree = "<group>"; };
|
||||||
FC4E6AAD2058556E00CBFDDA /* pishrink.sh */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.script.sh; path = pishrink.sh; sourceTree = "<group>"; };
|
FC4E6AAD2058556E00CBFDDA /* pishrink */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.script.sh; path = pishrink; sourceTree = "<group>"; };
|
||||||
FC4E6AAE2058556E00CBFDDA /* README.md */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = net.daringfireball.markdown; path = README.md; sourceTree = "<group>"; };
|
FC4E6AAE2058556E00CBFDDA /* README.md */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = net.daringfireball.markdown; path = README.md; sourceTree = "<group>"; };
|
||||||
FC7662F520586426003556C0 /* make_e2fstools */ = {isa = PBXFileReference; lastKnownFileType = text.script.sh; path = make_e2fstools; sourceTree = "<group>"; };
|
FC7662F520586426003556C0 /* make_e2fstools */ = {isa = PBXFileReference; lastKnownFileType = text.script.sh; path = make_e2fstools; sourceTree = "<group>"; };
|
||||||
|
FC7662F620586871003556C0 /* Makefile */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.make; path = Makefile; sourceTree = "<group>"; };
|
||||||
/* End PBXFileReference section */
|
/* End PBXFileReference section */
|
||||||
|
|
||||||
/* Begin PBXGroup section */
|
/* Begin PBXGroup section */
|
||||||
FC4E6AA1205854F700CBFDDA = {
|
FC4E6AA1205854F700CBFDDA = {
|
||||||
isa = PBXGroup;
|
isa = PBXGroup;
|
||||||
children = (
|
children = (
|
||||||
|
FC7662F620586871003556C0 /* Makefile */,
|
||||||
FC7662F520586426003556C0 /* make_e2fstools */,
|
FC7662F520586426003556C0 /* make_e2fstools */,
|
||||||
FC4E6AAC2058556E00CBFDDA /* LICENSE */,
|
FC4E6AAC2058556E00CBFDDA /* LICENSE */,
|
||||||
FC4E6AAD2058556E00CBFDDA /* pishrink.sh */,
|
FC4E6AAD2058556E00CBFDDA /* pishrink */,
|
||||||
FC4E6AAE2058556E00CBFDDA /* README.md */,
|
FC4E6AAE2058556E00CBFDDA /* README.md */,
|
||||||
);
|
);
|
||||||
sourceTree = "<group>";
|
sourceTree = "<group>";
|
||||||
|
|
Loading…
Reference in New Issue