From 5fed115b3ae36aa786e7d4084200146a07f8d0ce Mon Sep 17 00:00:00 2001 From: Dante Catalfamo Date: Sat, 3 Jul 2021 01:34:34 -0400 Subject: bsd-auth: chmod +x dot script --- content/posts/WIP-how-bsd-authentication-works/gen_dot.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) mode change 100644 => 100755 content/posts/WIP-how-bsd-authentication-works/gen_dot.rb diff --git a/content/posts/WIP-how-bsd-authentication-works/gen_dot.rb b/content/posts/WIP-how-bsd-authentication-works/gen_dot.rb old mode 100644 new mode 100755 index eceef28..7244789 --- 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' -- cgit v1.2.3