mirror of
https://github.com/m-housh/dotfiles.git
synced 2026-02-14 14:12:41 +00:00
Working on install script(s)
This commit is contained in:
4
scripts/scripts/chmox
Executable file
4
scripts/scripts/chmox
Executable file
@@ -0,0 +1,4 @@
|
||||
#!/bin/sh
|
||||
|
||||
# makes files executable
|
||||
test -f "$1" && chmod +x "$1"
|
||||
Reference in New Issue
Block a user