diff options
author | JozanLeClerc <bousset.rudy@gmail.com> | 2020-11-02 23:04:49 +0100 |
---|---|---|
committer | JozanLeClerc <bousset.rudy@gmail.com> | 2020-11-02 23:04:49 +0100 |
commit | cd833e127b47ff42041c0e344235cdfef07314b7 (patch) | |
tree | 3aac0e9a7e4fc18e2fc5a3822bd346b2a943520f /.local/bin | |
parent | Async dl is cool (diff) | |
download | dotfiles-bsd-cd833e127b47ff42041c0e344235cdfef07314b7.tar.gz dotfiles-bsd-cd833e127b47ff42041c0e344235cdfef07314b7.tar.bz2 dotfiles-bsd-cd833e127b47ff42041c0e344235cdfef07314b7.tar.xz dotfiles-bsd-cd833e127b47ff42041c0e344235cdfef07314b7.tar.zst dotfiles-bsd-cd833e127b47ff42041c0e344235cdfef07314b7.zip |
update
Diffstat (limited to '')
-rwxr-xr-x | .local/bin/unixize | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.local/bin/unixize b/.local/bin/unixize index 3d214d1..39c0cd1 100755 --- a/.local/bin/unixize +++ b/.local/bin/unixize @@ -20,6 +20,7 @@ sub get_og_files use constant { C_O => '', }; + sub unixize_file_names { my @og_files = @_; |