mirror of
https://github.com/shokinn/.files.git
synced 2025-06-27 23:30:43 +00:00
add header from function
This commit is contained in:
parent
db210597cf
commit
7bddf2ca2b
2 changed files with 2 additions and 2 deletions
|
@ -1,7 +1,7 @@
|
||||||
#!/usr/bin/env bash
|
#!/usr/bin/env bash
|
||||||
|
|
||||||
#
|
#
|
||||||
# This dotfile is managed using dotdrop
|
# {{@@ header() @@}}
|
||||||
#
|
#
|
||||||
|
|
||||||
WINHOME="$(echo "$(cmd.exe /C "echo %USERPROFILE%")" | tr -d '\r')"
|
WINHOME="$(echo "$(cmd.exe /C "echo %USERPROFILE%")" | tr -d '\r')"
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
#!/usr/bin/env bash
|
#!/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"
|
powershell.exe -ExecutionPolicy Bypass "Get-NetIPInterface | select ifIndex,InterfaceAlias,AddressFamily,ConnectionState,Forwarding | Sort-Object -Property IfIndex | Format-Table"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue