Revert "Update file permissions"
This reverts commit 379086661145f059974b94ea4503d8331195d6a5.
This commit is contained in:
parent
55255839f7
commit
8112c66d31
0
bin/cptemplate
Normal file → Executable file
0
bin/cptemplate
Normal file → Executable file
0
bin/quickdel
Normal file → Executable file
0
bin/quickdel
Normal file → Executable file
@ -1,10 +1,10 @@
|
|||||||
class HelperScripts < Formula
|
class HelperScripts < Formula
|
||||||
desc "Various scripts for performing file-related operations such as editing and deleting"
|
desc "Various scripts for performing file-related operations such as editing and deleting"
|
||||||
homepage "https://github.com/etorres4/file-scripts"
|
homepage "https://github.com/etorres4/helper-scripts"
|
||||||
url "https://github.com/etorres4/file-scripts",
|
url "https://github.com/etorres4/file-scripts",
|
||||||
:using => :git
|
:using => :git
|
||||||
sha256 "7b6c3f363e3b34787765b5975d87f861a19eeda278612cbf8c5176e3e2732cd9"
|
sha256 "7b6c3f363e3b34787765b5975d87f861a19eeda278612cbf8c5176e3e2732cd9"
|
||||||
version "0.9.1"
|
version "0.9"
|
||||||
|
|
||||||
# No build dependencies
|
# No build dependencies
|
||||||
bottle :unneeded
|
bottle :unneeded
|
||||||
|
0
file_scripts/__init__.py
Executable file → Normal file
0
file_scripts/__init__.py
Executable file → Normal file
0
file_scripts/editor.py
Executable file → Normal file
0
file_scripts/editor.py
Executable file → Normal file
0
file_scripts/error.py
Executable file → Normal file
0
file_scripts/error.py
Executable file → Normal file
0
file_scripts/fzf.py
Executable file → Normal file
0
file_scripts/fzf.py
Executable file → Normal file
0
file_scripts/search.py
Executable file → Normal file
0
file_scripts/search.py
Executable file → Normal file
0
tests/__init__.py
Executable file → Normal file
0
tests/__init__.py
Executable file → Normal file
0
tests/test_editor.py
Executable file → Normal file
0
tests/test_editor.py
Executable file → Normal file
0
tests/test_fzf.py
Executable file → Normal file
0
tests/test_fzf.py
Executable file → Normal file
0
tests/test_search.py
Executable file → Normal file
0
tests/test_search.py
Executable file → Normal file
Loading…
x
Reference in New Issue
Block a user