mirror of
https://github.com/JustArchiNET/ArchiSteamFarm
synced 2024-11-10 07:04:27 +00:00
Misc
This commit is contained in:
parent
5857c76b52
commit
31db8c2458
1 changed files with 11 additions and 1 deletions
|
@ -1,3 +1,13 @@
|
||||||
|
# zip_exec
|
||||||
|
|
||||||
|
Source: https://sourceforge.net/p/galaxyv2/code/HEAD/tree/other/zip_exec/
|
||||||
|
Last update: r1761
|
||||||
|
|
||||||
|
Original readme further below.
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
## Readme
|
||||||
|
|
||||||
A program to set the executable flag of a file within a zip archive.
|
A program to set the executable flag of a file within a zip archive.
|
||||||
|
|
||||||
|
@ -22,4 +32,4 @@ Note also that to make it work on both mac and linux, unix attributes
|
||||||
|
|
||||||
Directories drw-r--r--
|
Directories drw-r--r--
|
||||||
Executables -rwxr-xr-x
|
Executables -rwxr-xr-x
|
||||||
Normal files -rw-r--r--
|
Normal files -rw-r--r--
|
Loading…
Reference in a new issue