mirror of
https://github.com/SqrtMinusOne/dotfiles.git
synced 2025-12-11 11:43:03 +03:00
3 lines
117 B
Bash
Executable file
3 lines
117 B
Bash
Executable file
#!/bin/sh
|
|
GUIX_PROFILE=.guix-extra-profiles/system/system ; . "$GUIX_PROFILE"/etc/profile
|
|
update-resolv-conf.sh "$@"
|