From 7bddf2ca2b8db260e3941e04690e159e7e837324 Mon Sep 17 00:00:00 2001 From: shokinn Date: Fri, 29 Nov 2024 11:39:42 +0100 Subject: [PATCH] add header from function --- dotfiles/local/bin/wslenablehypervforwarding | 2 +- dotfiles/local/bin/wslshowhypervforwarding | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/dotfiles/local/bin/wslenablehypervforwarding b/dotfiles/local/bin/wslenablehypervforwarding index cc94115..ebbec71 100755 --- a/dotfiles/local/bin/wslenablehypervforwarding +++ b/dotfiles/local/bin/wslenablehypervforwarding @@ -1,7 +1,7 @@ #!/usr/bin/env bash # -# This dotfile is managed using dotdrop +# {{@@ header() @@}} # WINHOME="$(echo "$(cmd.exe /C "echo %USERPROFILE%")" | tr -d '\r')" diff --git a/dotfiles/local/bin/wslshowhypervforwarding b/dotfiles/local/bin/wslshowhypervforwarding index ed97bcf..a516289 100755 --- a/dotfiles/local/bin/wslshowhypervforwarding +++ b/dotfiles/local/bin/wslshowhypervforwarding @@ -1,6 +1,6 @@ #!/usr/bin/env bash # -# This dotfile is managed using dotdrop +# {{@@ header() @@}} # powershell.exe -ExecutionPolicy Bypass "Get-NetIPInterface | select ifIndex,InterfaceAlias,AddressFamily,ConnectionState,Forwarding | Sort-Object -Property IfIndex | Format-Table"