diff options
-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' |