diff options
author | Dante Catalfamo | 2021-07-03 01:34:34 -0400 |
---|---|---|
committer | Dante Catalfamo | 2021-07-03 01:34:34 -0400 |
commit | 5fed115b3ae36aa786e7d4084200146a07f8d0ce (patch) | |
tree | d34cdf5ead42125530697276cfe70713fea35359 | |
parent | d4cc0198c948a9a994e787d07277b0059e7c37b6 (diff) | |
download | blog-5fed115b3ae36aa786e7d4084200146a07f8d0ce.tar.gz blog-5fed115b3ae36aa786e7d4084200146a07f8d0ce.tar.bz2 blog-5fed115b3ae36aa786e7d4084200146a07f8d0ce.zip |
bsd-auth: chmod +x dot script
-rwxr-xr-x[-rw-r--r--] | content/posts/WIP-how-bsd-authentication-works/gen_dot.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/content/posts/WIP-how-bsd-authentication-works/gen_dot.rb b/content/posts/WIP-how-bsd-authentication-works/gen_dot.rb index eceef28..7244789 100644..100755 --- a/content/posts/WIP-how-bsd-authentication-works/gen_dot.rb +++ b/content/posts/WIP-how-bsd-authentication-works/gen_dot.rb @@ -1,4 +1,4 @@ -# typed: false +#!/usr/bin/env ruby # frozen_string_literal: true SOURCE_DIR = File.join Dir.home, 'src', 'github.com', 'openbsd', 'src', 'lib', 'libc', 'gen' |