diff options
| author | Freya Murphy <freya@freyacat.org> | 2023-11-14 23:25:25 -0500 |
|---|---|---|
| committer | Freya Murphy <freya@freyacat.org> | 2023-11-14 23:25:25 -0500 |
| commit | f87d98dfd6fc9517dca870088d19664681b28136 (patch) | |
| tree | 68f994adbd7847e985c38dcbe6361bb7172e0068 /bin | |
| parent | things (diff) | |
| download | freyanet-f87d98dfd6fc9517dca870088d19664681b28136.tar.gz freyanet-f87d98dfd6fc9517dca870088d19664681b28136.tar.bz2 freyanet-f87d98dfd6fc9517dca870088d19664681b28136.zip | |
git works
Diffstat (limited to '')
| -rwxr-xr-x | bin/config.awk | 2 | ||||
| -rwxr-xr-x | bin/mkwgconfig.sh | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/bin/config.awk b/bin/config.awk index f4833ae..9d0a117 100755 --- a/bin/config.awk +++ b/bin/config.awk @@ -1,4 +1,4 @@ -#!/run/current-system/profile/bin/awk -f +#!/usr/bin/awk -f BEGIN { FS = "[ ]"; # use a single space as field separator and don't trim input diff --git a/bin/mkwgconfig.sh b/bin/mkwgconfig.sh index 3afa221..dcbb98f 100755 --- a/bin/mkwgconfig.sh +++ b/bin/mkwgconfig.sh @@ -1,4 +1,4 @@ -#!/usr/bin/env sh +#!/bin/sh # args: /path/to/interface-config /path/to/output.conf inter="$1" |