diff options
| author | Shulhan <ms@kilabit.info> | 2022-09-17 17:58:27 +0700 |
|---|---|---|
| committer | Shulhan <ms@kilabit.info> | 2022-09-17 22:28:30 +0700 |
| commit | 36bc0c7fb5df2b9dfebb9be153ccdea46c0b3d80 (patch) | |
| tree | a5b80c2d495c14804aba434ce81c4f14eea225ce /README | |
| parent | 397789cea60237f357476c86df96cd234e7b37eb (diff) | |
| download | bin.sh-36bc0c7fb5df2b9dfebb9be153ccdea46c0b3d80.tar.xz | |
all: add script chmod-x.sh
chmod-x.sh is a script to remove executable bit from file that may not
an executable.
Diffstat (limited to 'README')
| -rw-r--r-- | README | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -4,6 +4,10 @@ A collection of shell scripts. == Scripts +*chmod-x.sh*:: +Script to recursively scan directory and remove executable-bit from file that +may not an executable. + *tmux-session.sh*:: Script to open new tmux session with start directory based on configuration in `~/.tmux.session`. |
